GetCellHorizontalMargin Method (ITable) Send Feedback
See Also 
Margin[out]
Size of the horizontal margin of the specified cell
Row
Index of the row of the cell whose horizontal margin to get (see Remarks)
Column
Index of the column of the cell whose horizontal margin to get (see Remarks)
Gets the size of the horizontal margin of the specified cell in this Table.

Syntax

Visual Basic 
Function GetCellHorizontalMargin( _
   ByVal Row As System.Integer, _
   ByVal Column As System.Integer _
) As System.Double
C# 
System.double GetCellHorizontalMargin( 
   System.int Row,
   System.int Column
)
JavaScript 
GetCellHorizontalMargin( 
   Row : Number,
   Column : Number
) : Number
COM native C++ 
HRESULT GetCellHorizontalMargin( 
   LONG Row,
   LONG Column,
   DOUBLE* Margin
) 
C++ 
DSRESULT GetCellHorizontalMargin( 
   long Row,
   long Column,
   double* Margin
) 

Parameters

Row
Index of the row of the cell whose horizontal margin to get (see Remarks)
Column
Index of the column of the cell whose horizontal margin to get (see Remarks)
Margin[out] or Return Value
Size of the horizontal margin of the specified cell

Remarks

To determine a valid index for the row or column:
Get the total number of... Using...
Rows ITable::TotalRowCount
Columns ITable::TotalColumnCount
 

See Also

Availability

DraftSight V1R6.0