Visual Basic | |
---|---|
Sub SetCellHorizontalMargin( _ ByVal Row As System.Integer, _ ByVal Column As System.Integer, _ ByVal Margin As System.Double _ ) |
Parameters
- Row
- Index of the row of the cell whose horizontal margin to set (see Remarks)
- Column
- Index of the column of the cell whose horizontal margin to set (see Remarks)
- Margin
- Size of the horizontal 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::GetCellHorizontalMargin Method ()
ITable::GetHorizontalMargin Method ()
ITable::SetHorizontalMargin Method ()
ITable::SetCellVerticalMargin Method ()
ITable::SetVerticalMargin Method ()
ITable::GetCellVerticalMargin Method ()
ITable::GetVerticalMargin Method ()
ITable Members
ITable::GetCellHorizontalMargin Method ()
ITable::GetHorizontalMargin Method ()
ITable::SetHorizontalMargin Method ()
ITable::SetCellVerticalMargin Method ()
ITable::SetVerticalMargin Method ()
ITable::GetCellVerticalMargin Method ()
ITable::GetVerticalMargin Method ()
DraftSight V1R6.0