AcadTableClassSetCellBackgroundColor Method
|
Namespace: BricscadDb
Assembly: Interop.BricscadDb (in
Interop.BricscadDb.dll) Version: 21.0.0.0
Syntax
public virtual void SetCellBackgroundColor(
int row,
int col,
AcadAcCmColor pColor
)
Public Overridable Sub SetCellBackgroundColor (
row As Integer,
col As Integer,
pColor As AcadAcCmColor
)
public:
virtual void SetCellBackgroundColor(
[InAttribute] int row,
[InAttribute] int col,
[InAttribute] AcadAcCmColor^ pColor
)
abstract SetCellBackgroundColor :
row : int *
col : int *
pColor : AcadAcCmColor -> unit
override SetCellBackgroundColor :
row : int *
col : int *
pColor : AcadAcCmColor -> unit
Parameters
- row
- Type: SystemInt32
- col
- Type: SystemInt32
- pColor
- Type: BricscadDbAcadAcCmColor
Implements
IAcadTableSetCellBackgroundColor(Int32, Int32,
AcadAcCmColor)
See Also