FormattedTableDataSetContentColor Method
|
Sets the color of the zero content of a
cell.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public virtual void SetContentColor(
int row,
int column,
Color value
)
Public Overridable Sub SetContentColor (
row As Integer,
column As Integer,
value As Color
)
public:
virtual void SetContentColor(
int row,
int column,
Color^ value
)
abstract SetContentColor :
row : int *
column : int *
value : Color -> unit
override SetContentColor :
row : int *
column : int *
value : Color -> unit
Parameters
- row Int32
- [in] Row index of the cell.
- column Int32
- [in] Column index of the cell.
- value Color
- [in] Color of the content.
See Also