| Visual Basic | |
|---|---|
Sub SetBordersVisibility( _ ByVal CellType As dsTableCellType_e, _ ByVal LineType As dsTableBordersLineType_e, _ ByVal NewVal As System.Boolean _ ) | |
| C# | |
|---|---|
void SetBordersVisibility( dsTableCellType_e CellType, dsTableBordersLineType_e LineType, System.bool NewVal ) | |
| COM native C++ | |
|---|---|
HRESULT SetBordersVisibility( dsTableCellType_e CellType, dsTableBordersLineType_e LineType, VARIANT_BOOL NewVal ) | |
| C++ | |
|---|---|
DSRESULT SetBordersVisibility( dsTableCellType_e CellType, dsTableBordersLineType_e LineType, bool 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
- True to show the specified type of Line for the border of the specified type of cell in this TableStyle, false to hide it
DraftSight V1R3.0
Syntax