SetBordersVisibility Method (ITable) Send Feedback
See Also 
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
True to show the specified type of Line for the border of the specified type of cell in this Table, false to hide it
Sets the visibility of the specified type of Line for the border of the specified type of cell in this Table.

Syntax

Visual Basic 
Sub SetBordersVisibility( _
   ByVal CellType As dsTableCellType_e, _
   ByVal LineType As dsTableBordersLineType_e, _
   ByVal Visible As System.Boolean _
) 
C# 
void SetBordersVisibility( 
   dsTableCellType_e CellType,
   dsTableBordersLineType_e LineType,
   System.bool Visible
)
JavaScript 
SetBordersVisibility( 
   CellType : String,
   LineType : String,
   Visible : Boolean
)
COM native C++ 
HRESULT SetBordersVisibility( 
   dsTableCellType_e CellType,
   dsTableBordersLineType_e LineType,
   VARIANT_BOOL Visible
) 
C++ 
DSRESULT SetBordersVisibility( 
   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
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