SetCellVerticalMargin Method (ITable)
Sets the size of the vertical margin of the specified cell in this Table.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SetCellVerticalMargin( _
long Row As System.Integer, _
long Column As System.Integer, _
double Margin As System.Double _
) |
C# | |
---|
void SetCellVerticalMargin(
System.int Row,
System.int Column,
System.double Margin
) |
JavaScript | |
---|
SetCellVerticalMargin(
Row : Number,
Column : Number,
Margin : Number
) |
Parameters
- Row
- Index of the row of the cell whose size vertical margin to set (see Remarks)
- Column
- Index of the column of the cell whose vertical margin to set (see Remarks)
- Margin
- Size of the vertical margin of the specified cell
Remarks
See Also
Availability
DraftSight V1R6.0