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