Gets the visibility of the specified type of
Line for the border of the specified cell in this Table.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetCellBordersVisibility( _
long Row As System.Integer, _
long Column As System.Integer, _
dsTableBordersLineType_e LineType As dsTableBordersLineType_e _
) As System.Boolean |
JavaScript | |
---|
GetCellBordersVisibility(
Row : Number,
Column : Number,
LineType : String
) : Boolean |
Parameters
- Row
- Index of the row of the cell with the specified type of Line for its border whose visibility to get (see Remarks)
- Column
- Index of the column of the cell with the specified type of Line for its border whose visibility to get (see Remarks)
- LineType
- Type of Line for the border as defined in dsTableBordersLineType_e
- Visible[out] or Return Value
- True to show the specified type of Line for the border of the specified cell in this Table, false to hide it
Remarks
See Also
Availability
DraftSight V1R6.0