FormattedTableDataGetScale
Method
|
Returns the scale value 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 double GetScale(
int row,
int column
)
Public Overridable Function GetScale (
row As Integer,
column As Integer
) As Double
public:
virtual double GetScale(
int row,
int column
)
abstract GetScale :
row : int *
column : int -> float
override GetScale :
row : int *
column : int -> float
Parameters
- row Int32
- [in] Row index of the cell.
- column Int32
- [in] Column index of the cell.
Return Value
Double
Zero content scale value.
See Also