GetBordersVisibility Method (ITable) Send Feedback
See Also 
Visible[out]
True to show the specified type of Line for the border of the specified type of cell in this Table, false to hide it
CellType
Type of cell in the Table as defined in dsTableCellType_e
LineType
Type of Line for the border as defined in dsTableBordersLineType_e
Sets the visibility of the specified type of Line for the border of the specified type of cell in this Table.

Syntax

Visual Basic 
Function GetBordersVisibility( _
   ByVal CellType As dsTableCellType_e, _
   ByVal LineType As dsTableBordersLineType_e _
) As System.Boolean
C# 
System.bool GetBordersVisibility( 
   dsTableCellType_e CellType,
   dsTableBordersLineType_e LineType
)
JavaScript 
GetBordersVisibility( 
   CellType : String,
   LineType : String
) : Boolean
COM native C++ 
HRESULT GetBordersVisibility( 
   dsTableCellType_e CellType,
   dsTableBordersLineType_e LineType,
   VARIANT_BOOL* Visible
) 
C++ 
DSRESULT GetBordersVisibility( 
   dsTableCellType_e CellType,
   dsTableBordersLineType_e LineType,
   bool* Visible
) 

Parameters

CellType
Type of cell in the Table as defined in dsTableCellType_e
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 type of cell in this Table, false to hide it
 

See Also

Availability

DraftSight V1R6.0