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

Syntax

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

Parameters

Row
Index of the row of the cell whose vertical margin to get (see Remarks)
Column
Index of the column of the cell whose vertical margin to get (see Remarks)
Margin[out] or Return Value
Size of the vertical 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