TableSetGridProperty(CellRange,
GridLineType, GridPropertyParameter)
Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public virtual void SetGridProperty(
CellRange rangeIn,
GridLineType gridLineTypes,
GridPropertyParameter gridProp
)
Public Overridable Sub SetGridProperty (
rangeIn As CellRange,
gridLineTypes As GridLineType,
gridProp As GridPropertyParameter
)
public:
virtual void SetGridProperty(
CellRange^ rangeIn,
GridLineType gridLineTypes,
GridPropertyParameter gridProp
)
abstract SetGridProperty :
rangeIn : CellRange *
gridLineTypes : GridLineType *
gridProp : GridPropertyParameter -> unit
override SetGridProperty :
rangeIn : CellRange *
gridLineTypes : GridLineType *
gridProp : GridPropertyParameter -> unit
Parameters
- rangeIn CellRange
-
- gridLineTypes GridLineType
-
- gridProp GridPropertyParameter
-
See Also