Visual Basic | |
---|---|
Function GetBordersLineWeight( _ ByVal CellType As dsTableCellType_e, _ ByVal LineType As dsTableBordersLineType_e _ ) As dsLineWeight_e |
C# | |
---|---|
dsLineWeight_e GetBordersLineWeight( dsTableCellType_e CellType, dsTableBordersLineType_e LineType ) |
COM native C++ | |
---|---|
HRESULT GetBordersLineWeight( dsTableCellType_e CellType, dsTableBordersLineType_e LineType, dsLineWeight_e* Val ) |
C++ | |
---|---|
DSRESULT GetBordersLineWeight( dsTableCellType_e CellType, dsTableBordersLineType_e LineType, dsLineWeight_e* Val ) |
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
- Val[out] or Return Value
- LineWeight of the specified type of line for the border of the specified type of cell in this TableStyle as defined in dsLineWeight_e
ITableStyle Interface
ITableStyle Members
ITableStyle::SetBordersLineWeight Method
ITableStyle::GetBordersColor Method
ITableStyle::GetBordersVisibility Method
ITableStyle::SetBordersColor Method
ITableStyle::SetBordersVisibility Method
ITableStyle Members
ITableStyle::SetBordersLineWeight Method
ITableStyle::GetBordersColor Method
ITableStyle::GetBordersVisibility Method
ITableStyle::SetBordersColor Method
ITableStyle::SetBordersVisibility Method
DraftSight V1R3.0