TableSetContentColor(Color,
Int32) Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public virtual void SetContentColor(
Color color,
int rowType
)
Public Overridable Sub SetContentColor (
color As Color,
rowType As Integer
)
public:
virtual void SetContentColor(
Color^ color,
int rowType
)
abstract SetContentColor :
color : Color *
rowType : int -> unit
override SetContentColor :
color : Color *
rowType : int -> unit
Parameters
- color Color
-
- rowType Int32
-
See Also