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 TableStyle 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
DraftSight V1R3.0