GetBordersVisibility Method (ITableStyle) Send Feedback
See Also 
Val[out]
True if the specified type of Line for the border of the specified type of cell in this TableStyle is visible, false if it is hidden
CellType
Type of cell in the TableStyle as defined in dsTableCellType_e
LineType
Type of line for the border as defined in dsTableBordersLineType_e
Gets the visibility of the specified type of Line for the border of the specified type of cell in this TableStyle.

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* Val
) 
C++ 
DSRESULT GetBordersVisibility( 
   dsTableCellType_e CellType,
   dsTableBordersLineType_e LineType,
   bool* Val
) 

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
Val[out] or Return Value
True if the specified type of Line for the border of the specified type of cell in this TableStyle is visible, false if it is hidden
 

See Also

Availability

DraftSight V1R3.0