| Visual Basic | |
|---|---|
Sub SetCellBordersVisibility( _ ByVal Row As System.Integer, _ ByVal Column As System.Integer, _ ByVal LineType As dsTableBordersLineType_e, _ ByVal Visible As System.Boolean _ ) | |
| C# | |
|---|---|
void SetCellBordersVisibility( System.int Row, System.int Column, dsTableBordersLineType_e LineType, System.bool Visible ) | |
| JavaScript | |
|---|---|
SetCellBordersVisibility( Row : Number, Column : Number, LineType : String, Visible : Boolean ) | |
| COM native C++ | |
|---|---|
HRESULT SetCellBordersVisibility( LONG Row, LONG Column, dsTableBordersLineType_e LineType, VARIANT_BOOL Visible ) | |
| C++ | |
|---|---|
DSRESULT SetCellBordersVisibility( long Row, long Column, dsTableBordersLineType_e LineType, bool Visible ) | |
Parameters
- Row
- Index of the row of the cell with the specified type of Line for its border whose visibility to set (see Remarks)
- Column
- Index of the column of the cell with the specified type of Line for its border whose visibility to set (see Remarks)
- LineType
- Type of Line as defined in dsTableBordersLineType_e
- Visible
- True to show the specified type of Line for the border of the specified cell in this Table, false to hide it
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::GetCellBordersVisibility Method ()
ITable::GetBordersVisibility Method ()
ITable::SetBordersVisibility Method ()
ITable::GetBordersColor Method ()
ITable::GetBordersLineWeight Method ()
ITable::GetCellBordersColor Method ()
ITable::GetCellBordersLineWeight Method ()
ITable::SetBordersColor Method ()
ITable::SetBordersLineWeight Method ()
ITable::SetCellBordersColor Method ()
ITable::SetCellBordersLineWeight Method ()
ITable Members
ITable::GetCellBordersVisibility Method ()
ITable::GetBordersVisibility Method ()
ITable::SetBordersVisibility Method ()
ITable::GetBordersColor Method ()
ITable::GetBordersLineWeight Method ()
ITable::GetCellBordersColor Method ()
ITable::GetCellBordersLineWeight Method ()
ITable::SetBordersColor Method ()
ITable::SetBordersLineWeight Method ()
ITable::SetCellBordersColor Method ()
ITable::SetCellBordersLineWeight Method ()
DraftSight V1R6.0
Syntax