TableSetDataFormat Method (Int32, Int32, String)
 | 
Namespace:  Teigha.DatabaseServices
Assembly:  TD_Mgd (in TD_Mgd.dll) Version:
21.4.0.0
Syntax
 
public virtual void SetDataFormat(
        int row,
        int column,
        string format
)
 
Public Overridable Sub SetDataFormat ( 
        row As Integer,
        column As Integer,
        format As String
)
 
public:
virtual void SetDataFormat(
        int row, 
        int column, 
        String^ format
)
 
abstract SetDataFormat : 
        row : int * 
        column : int * 
        format : string -> unit 
override SetDataFormat : 
        row : int * 
        column : int * 
        format : string -> unit 
 
 
 
Parameters
- row
 
- Type: SystemInt32
 
- column
 
- Type: SystemInt32
 
- format
 
- Type: SystemString
 
 
See Also