TableContentColor(Int32,
Int32) Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public virtual Color ContentColor(
int row,
int col
)
Public Overridable Function ContentColor (
row As Integer,
col As Integer
) As Color
public:
virtual Color^ ContentColor(
int row,
int col
)
abstract ContentColor :
row : int *
col : int -> Color
override ContentColor :
row : int *
col : int -> Color
Parameters
- row Int32
-
- col Int32
-
Return Value
Color
See Also