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* 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
ITable Interface
ITable Members
ITable::SetBordersVisibility Method ()
ITable::SetCellBordersVisibility Method ()
ITable::GetCellBordersVisibility Method ()
ITable::GetBordersColor Method ()
ITable::GetBordersLineWeight Method ()
ITable::GetCellBordersColor Method ()
ITable::GetCellBordersLineWeight Method ()
ITable::SetBordersColor Method ()
ITable::SetBordersLineWeight Method ()
ITable::SetCellBordersColor Method ()
ITable::SetCellBordersLineWeight Method ()
ITable Members
ITable::SetBordersVisibility Method ()
ITable::SetCellBordersVisibility Method ()
ITable::GetCellBordersVisibility Method ()
ITable::GetBordersColor Method ()
ITable::GetBordersLineWeight Method ()
ITable::GetCellBordersColor Method ()
ITable::GetCellBordersLineWeight Method ()
ITable::SetBordersColor Method ()
ITable::SetBordersLineWeight Method ()
ITable::SetCellBordersColor Method ()
ITable::SetCellBordersLineWeight Method ()
DraftSight V1R6.0