FormattedTableDataGetOverride(Int32, Int32,
GridLineType) Method
|
Returns the override in the grid line 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 GridProperties GetOverride(
int row,
int column,
GridLineType gridLinetype
)
Public Overridable Function GetOverride (
row As Integer,
column As Integer,
gridLinetype As GridLineType
) As GridProperties
public:
virtual GridProperties GetOverride(
int row,
int column,
GridLineType gridLinetype
)
abstract GetOverride :
row : int *
column : int *
gridLinetype : GridLineType -> GridProperties
override GetOverride :
row : int *
column : int *
gridLinetype : GridLineType -> GridProperties
Parameters
- row Int32
- [in] Row index of the cell.
- column Int32
- [in] Column index of the cell.
- gridLinetype GridLineType
- [in] Grid linetype.
Return Value
GridProperties
Value from GridProperties representing grid properties of the
specified cell or range.
See Also