GetCellTextStyle Method (ITable)
Gets the name of the
TextStyle for the specified cell in this Table.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetCellTextStyle( _
long Row As System.Integer, _
long Column As System.Integer _
) As System.String |
C# | |
---|
System.string GetCellTextStyle(
System.int Row,
System.int Column
) |
JavaScript | |
---|
GetCellTextStyle(
Row : Number,
Column : Number
) : String |
Parameters
- Row
- Index of the row of the cell whose TextStyle name to get (see Remarks)
- Column
- Index of the column of the cell whose TextStyle name to get (see Remarks)
- TextStyle[out] or Return Value
- TextStyle name of the specified cell
Remarks
See Also
Availability
DraftSight V1R6.0