GetCellBordersLineWeight Method (ITable) Send Feedback
See Also 
LineWeight[out]
LineWeight of the specified type of Line for the border for the specified cell in this Table as defined by dsLineWeight_e
Row
Index of the row of the cell with the specified type of Line for its border whose LineWeight to get (see Remarks)
Column
Index of the column of the cell with the specified type of Line for its border whose LineWeight to get (see Remarks)
LineType
Type of Line for the border as defined in dsTableBordersLineType_e
Gets the LineWeight of the specified type of Line of the border for the specified cell in this Table.

Syntax

Visual Basic 
Function GetCellBordersLineWeight( _
   ByVal Row As System.Integer, _
   ByVal Column As System.Integer, _
   ByVal LineType As dsTableBordersLineType_e _
) As dsLineWeight_e
C# 
dsLineWeight_e GetCellBordersLineWeight( 
   System.int Row,
   System.int Column,
   dsTableBordersLineType_e LineType
)
JavaScript 
GetCellBordersLineWeight( 
   Row : Number,
   Column : Number,
   LineType : String
) : String
COM native C++ 
HRESULT GetCellBordersLineWeight( 
   LONG Row,
   LONG Column,
   dsTableBordersLineType_e LineType,
   dsLineWeight_e* LineWeight
) 
C++ 
DSRESULT GetCellBordersLineWeight( 
   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 get (see Remarks)
Column
Index of the column of the cell with the specified type of Line for its border whose LineWeight to get (see Remarks)
LineType
Type of Line for the border as defined in dsTableBordersLineType_e
LineWeight[out] or Return Value
LineWeight of the specified type of Line for the border for the specified cell in this Table as defined by dsLineWeight_e

Remarks

To determine a valid index for the row or column:
Get the total number of... Using...
Rows ITable::TotalRowCount
Columns ITable::TotalColumnCount
 

See Also

Availability

DraftSight V1R6.0