SetCellVerticalMargin Method (ITable) Send Feedback
See Also 
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
Sets the size of the vertical margin of the specified cell in this Table.

Syntax

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

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

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