FormattedTableDataGetOverride(Int32, Int32,
Int32) Method
|
Returns the override of the cell, row or
column. Use a valid row index and pass the column index '-1' to get
the row property overrides. Use a valid column index and pass the
row index '-1' to get the column property overrides.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public virtual CellProperties GetOverride(
int row,
int column,
int content
)
Public Overridable Function GetOverride (
row As Integer,
column As Integer,
content As Integer
) As CellProperties
public:
virtual CellProperties GetOverride(
int row,
int column,
int content
)
abstract GetOverride :
row : int *
column : int *
content : int -> CellProperties
override GetOverride :
row : int *
column : int *
content : int -> CellProperties
Parameters
- row Int32
- [in] Row index of the cell.
- column Int32
- [in] Column index of the cell.
- content Int32
- [in] Content index.
Return Value
CellProperties
Value from CellProperties representing cell properties of the
specified cell or range.
See Also