GetCellHorizontalMargin Method (ITable)
Gets the size of the horizontal margin of the specified cell in this Table.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetCellHorizontalMargin( _
long Row As System.Integer, _
long Column As System.Integer _
) As System.Double |
C# | |
---|
System.double GetCellHorizontalMargin(
System.int Row,
System.int Column
) |
JavaScript | |
---|
GetCellHorizontalMargin(
Row : Number,
Column : Number
) : Number |
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
See Also
Availability
DraftSight V1R6.0