Visual Basic | |
---|---|
Function GetCellVerticalMargin( _ ByVal Row As System.Integer, _ ByVal Column As System.Integer _ ) As System.Double |
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
To determine a valid index for the row or column:
Get the total number of... | Using... |
Rows | ITable::TotalRowCount |
Columns | ITable::TotalColumnCount |
ITable Interface
ITable Members
ITable::SetCellVerticalMargin Method ()
ITable::SetVerticalMargin Method ()
ITable::GetVerticalMargin Method ()
ITable::GetCellHorizontalMargin Method ()
ITable::GetHorizontalMargin Method ()
ITable::SetCellHorizontalMargin Method ()
ITable::SetHorizontalMargin Method ()
ITable Members
ITable::SetCellVerticalMargin Method ()
ITable::SetVerticalMargin Method ()
ITable::GetVerticalMargin Method ()
ITable::GetCellHorizontalMargin Method ()
ITable::GetHorizontalMargin Method ()
ITable::SetCellHorizontalMargin Method ()
ITable::SetHorizontalMargin Method ()
DraftSight V1R6.0