Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public virtual string GetFormula(
int row,
int column,
int contentIndex
)
Public Overridable Function GetFormula (
row As Integer,
column As Integer,
contentIndex As Integer
) As String
public:
virtual String^ GetFormula(
int row,
int column,
int contentIndex
)
abstract GetFormula :
row : int *
column : int *
contentIndex : int -> string
override GetFormula :
row : int *
column : int *
contentIndex : int -> string
Parameters
- row Int32
-
- column Int32
-
- contentIndex Int32
-
Return Value
String
See Also