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