SetBordersVisibility Method (ITableStyle) Send Feedback
See Also 
CellType
Type of cell in the TableStyle as defined in dsTableCellType_e
LineType
Type of Line for the border as defined in dsTableBordersLineType_e
NewVal
True to show the specified type of Line for the border of the specified type of cell in this TableStyle, false to hide it
Sets the visibility of the specified type of Line for the border of the specified type of cell in this TableStyle.

Syntax

Visual Basic 
Sub SetBordersVisibility( _
   ByVal CellType As dsTableCellType_e, _
   ByVal LineType As dsTableBordersLineType_e, _
   ByVal NewVal As System.Boolean _
) 
C# 
void SetBordersVisibility( 
   dsTableCellType_e CellType,
   dsTableBordersLineType_e LineType,
   System.bool NewVal
)
JavaScript 
SetBordersVisibility( 
   CellType : String,
   LineType : String,
   NewVal : Boolean
)
COM native C++ 
HRESULT SetBordersVisibility( 
   dsTableCellType_e CellType,
   dsTableBordersLineType_e LineType,
   VARIANT_BOOL NewVal
) 
C++ 
DSRESULT SetBordersVisibility( 
   dsTableCellType_e CellType,
   dsTableBordersLineType_e LineType,
   bool NewVal
) 

Parameters

CellType
Type of cell in the TableStyle as defined in dsTableCellType_e
LineType
Type of Line for the border as defined in dsTableBordersLineType_e
NewVal
True to show the specified type of Line for the border of the specified type of cell in this TableStyle, false to hide it
 

See Also

Availability

DraftSight V1R3.0