Visual Basic | |
---|---|
Sub SetBordersLineWeight( _ ByVal CellType As dsTableCellType_e, _ ByVal LineType As dsTableBordersLineType_e, _ ByVal LineWeight As dsLineWeight_e _ ) |
C# | |
---|---|
void SetBordersLineWeight( dsTableCellType_e CellType, dsTableBordersLineType_e LineType, dsLineWeight_e LineWeight ) |
JavaScript | |
---|---|
SetBordersLineWeight( CellType : String, LineType : String, LineWeight : String ) |
COM native C++ | |
---|---|
HRESULT SetBordersLineWeight( dsTableCellType_e CellType, dsTableBordersLineType_e LineType, dsLineWeight_e LineWeight ) |
C++ | |
---|---|
DSRESULT SetBordersLineWeight( dsTableCellType_e CellType, dsTableBordersLineType_e LineType, dsLineWeight_e LineWeight ) |
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
- LineWeight
- LineWeight of the specified type of Line for the border of the specified type of cell in this Table as defined in dsLineWeight_e
ITable Interface
ITable Members
ITable::GetBordersLineWeight Method ()
ITable::GetCellBordersLineWeight Method ()
ITable::SetCellBordersLineWeight Method ()
ITable::GetBordersColor Method ()
ITable::GetBordersVisibility Method ()
ITable::GetCellBordersColor Method ()
ITable::GetCellBordersVisibility Method ()
ITable::SetBordersColor Method ()
ITable::SetBordersVisibility Method ()
ITable::SetCellBordersColor Method ()
ITable::SetCellBordersVisibility Method ()
ITable Members
ITable::GetBordersLineWeight Method ()
ITable::GetCellBordersLineWeight Method ()
ITable::SetCellBordersLineWeight Method ()
ITable::GetBordersColor Method ()
ITable::GetBordersVisibility Method ()
ITable::GetCellBordersColor Method ()
ITable::GetCellBordersVisibility Method ()
ITable::SetBordersColor Method ()
ITable::SetBordersVisibility Method ()
ITable::SetCellBordersColor Method ()
ITable::SetCellBordersVisibility Method ()
DraftSight V1R6.0