Visual Basic | |
---|---|
Sub SetBordersLineWeight( _ ByVal CellType As dsTableCellType_e, _ ByVal LineType As dsTableBordersLineType_e, _ ByVal NewVal As dsLineWeight_e _ ) |
C# | |
---|---|
void SetBordersLineWeight( dsTableCellType_e CellType, dsTableBordersLineType_e LineType, dsLineWeight_e NewVal ) |
COM native C++ | |
---|---|
HRESULT SetBordersLineWeight( dsTableCellType_e CellType, dsTableBordersLineType_e LineType, dsLineWeight_e NewVal ) |
C++ | |
---|---|
DSRESULT SetBordersLineWeight( dsTableCellType_e CellType, dsTableBordersLineType_e LineType, dsLineWeight_e 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
- Line weight of the specified type of Line for the border of the specified type of cell in this TableStyle as defined in dsLineWeight_e
DraftSight V1R3.0