Visual Basic | |
---|---|
Sub SetCellBordersLineWeight( _ ByVal Row As System.Integer, _ ByVal Column As System.Integer, _ ByVal LineType As dsTableBordersLineType_e, _ ByVal LineWeight As dsLineWeight_e _ ) |
C# | |
---|---|
void SetCellBordersLineWeight( System.int Row, System.int Column, dsTableBordersLineType_e LineType, dsLineWeight_e LineWeight ) |
JavaScript | |
---|---|
SetCellBordersLineWeight( Row : Number, Column : Number, LineType : String, LineWeight : String ) |
COM native C++ | |
---|---|
HRESULT SetCellBordersLineWeight( LONG Row, LONG Column, dsTableBordersLineType_e LineType, dsLineWeight_e LineWeight ) |
C++ | |
---|---|
DSRESULT SetCellBordersLineWeight( long Row, long Column, dsTableBordersLineType_e LineType, dsLineWeight_e LineWeight ) |
Parameters
- Row
- Index of the row of the cell with the specified type of Line for its border whose LineWeight to set (see Remarks)
- Column
- Index of the column of the cell with the specified type of Line for its border whose LineWeight to set (see Remarks)
- LineType
- Type of Line as defined in dsTableBordersLineType_e
- LineWeight
- LineWeight of the specified type of Line for the border for the specified cell in this Table as defined by dsLineWeight_e
To determine a valid index for the row or column:
Get the total number of... | Using... |
Rows | ITable::TotalRowCount |
Columns | ITable::TotalColumnCount |
ITable Interface
ITable Members
ITable::GetCellBordersLineWeight Method ()
ITable::GetBordersLineWeight Method ()
ITable::SetBordersLineWeight 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::GetCellBordersLineWeight Method ()
ITable::GetBordersLineWeight Method ()
ITable::SetBordersLineWeight 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