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