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 ) |
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
ITableStyle Interface
ITableStyle Members
ITableStyle::SetBordersVisibility Method
ITableStyle::GetBordersColor Method
ITableStyle::GetBordersLineWeight Method
ITableStyle::SetBordersColor Method
ITableStyle::SetBordersLineWeight Method
ITableStyle Members
ITableStyle::SetBordersVisibility Method
ITableStyle::GetBordersColor Method
ITableStyle::GetBordersLineWeight Method
ITableStyle::SetBordersColor Method
ITableStyle::SetBordersLineWeight Method
DraftSight V1R3.0