TableSetOverrides(Int32,
Int32, GridLineType, CellProperties)
Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public virtual void SetOverrides(
int row,
int column,
GridLineType gridLineType,
CellProperties overrd
)
Public Overridable Sub SetOverrides (
row As Integer,
column As Integer,
gridLineType As GridLineType,
overrd As CellProperties
)
public:
virtual void SetOverrides(
int row,
int column,
GridLineType gridLineType,
CellProperties overrd
)
abstract SetOverrides :
row : int *
column : int *
gridLineType : GridLineType *
overrd : CellProperties -> unit
override SetOverrides :
row : int *
column : int *
gridLineType : GridLineType *
overrd : CellProperties -> unit
Parameters
- row Int32
-
- column Int32
-
- gridLineType GridLineType
-
- overrd CellProperties
-
See Also