TableSetGridLineWeight(LineWeight,
Int32, Int32) Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public virtual void SetGridLineWeight(
LineWeight lineWeight,
int borders,
int rows
)
Public Overridable Sub SetGridLineWeight (
lineWeight As LineWeight,
borders As Integer,
rows As Integer
)
public:
virtual void SetGridLineWeight(
LineWeight lineWeight,
int borders,
int rows
)
abstract SetGridLineWeight :
lineWeight : LineWeight *
borders : int *
rows : int -> unit
override SetGridLineWeight :
lineWeight : LineWeight *
borders : int *
rows : int -> unit
Parameters
- lineWeight LineWeight
-
- borders Int32
-
- rows Int32
-
See Also