| Visual Basic | |
|---|---|
Sub SetBordersColor( _ ByVal CellType As dsTableCellType_e, _ ByVal LineType As dsTableBordersLineType_e, _ ByVal NewVal As Color _ ) | |
| C# | |
|---|---|
void SetBordersColor( dsTableCellType_e CellType, dsTableBordersLineType_e LineType, Color NewVal ) | |
| COM native C++ | |
|---|---|
HRESULT SetBordersColor( dsTableCellType_e CellType, dsTableBordersLineType_e LineType, IColor* NewVal ) | |
| C++ | |
|---|---|
DSRESULT SetBordersColor( dsTableCellType_e CellType, dsTableBordersLineType_e LineType, dsColor* NewVal ) | |
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
- NewVal
- Color of the specified type of Line for the border for the specified type of cell
ITable Interface
ITable Members
ITable::GetBordersColor Method ()
ITable::GetCellBordersColor Method ()
ITable::SetCellBordersColor Method ()
ITable::GetBordersLineWeight Method ()
ITable::GetCellBordersLineWeight Method ()
ITable::GetCellBordersVisibility Method ()
ITable::GetBordersVisibility Method ()
ITable::SetBordersLineWeight Method ()
ITable::SetBordersVisibility Method ()
ITable::SetCellBordersLineWeight Method ()
ITable::SetCellBordersVisibility Method ()
ITable Members
ITable::GetBordersColor Method ()
ITable::GetCellBordersColor Method ()
ITable::SetCellBordersColor Method ()
ITable::GetBordersLineWeight Method ()
ITable::GetCellBordersLineWeight Method ()
ITable::GetCellBordersVisibility Method ()
ITable::GetBordersVisibility Method ()
ITable::SetBordersLineWeight Method ()
ITable::SetBordersVisibility Method ()
ITable::SetCellBordersLineWeight Method ()
ITable::SetCellBordersVisibility Method ()
DraftSight V1R6.0
Syntax