TableGetValue(Int32, Int32,
Int32, FormatOption) Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public virtual Object GetValue(
int row,
int column,
int contentIndex,
FormatOption formatOption
)
Public Overridable Function GetValue (
row As Integer,
column As Integer,
contentIndex As Integer,
formatOption As FormatOption
) As Object
public:
virtual Object^ GetValue(
int row,
int column,
int contentIndex,
FormatOption formatOption
)
abstract GetValue :
row : int *
column : int *
contentIndex : int *
formatOption : FormatOption -> Object
override GetValue :
row : int *
column : int *
contentIndex : int *
formatOption : FormatOption -> Object
Parameters
- row Int32
-
- column Int32
-
- contentIndex Int32
-
- formatOption FormatOption
-
Return Value
Object
See Also