AcadTableClassSetCellTextHeight Method
|
Namespace: BricscadDb
Assembly: Interop.BricscadDb (in
Interop.BricscadDb.dll) Version: 21.0.0.0
Syntax
public virtual void SetCellTextHeight(
int row,
int col,
double TextHeight
)
Public Overridable Sub SetCellTextHeight (
row As Integer,
col As Integer,
TextHeight As Double
)
public:
virtual void SetCellTextHeight(
[InAttribute] int row,
[InAttribute] int col,
[InAttribute] double TextHeight
)
abstract SetCellTextHeight :
row : int *
col : int *
TextHeight : float -> unit
override SetCellTextHeight :
row : int *
col : int *
TextHeight : float -> unit
Parameters
- row
- Type: SystemInt32
- col
- Type: SystemInt32
- TextHeight
- Type: SystemDouble
Implements
IAcadTableSetCellTextHeight(Int32, Int32, Double)
See Also