TableStyleSetBackgroundColorNone
Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public virtual void SetBackgroundColorNone(
bool value,
int rowTypes
)
Public Overridable Sub SetBackgroundColorNone (
value As Boolean,
rowTypes As Integer
)
public:
virtual void SetBackgroundColorNone(
bool value,
int rowTypes
)
abstract SetBackgroundColorNone :
value : bool *
rowTypes : int -> unit
override SetBackgroundColorNone :
value : bool *
rowTypes : int -> unit
Parameters
- value Boolean
-
- rowTypes Int32
-
See Also