GetDataDisplay(Int32,String,Image,CheckEnum) Method
In This Topic
Syntax
'Declaration
Public Overloads Overridable Function GetDataDisplay( _
ByVal As Integer, _
ByVal As String, _
ByRef As Image, _
ByRef As C1.Win.FlexGrid.CheckEnum _
) As String
public virtual string GetDataDisplay(
int ,
string ,
out Image ,
out C1.Win.FlexGrid.CheckEnum
)
Parameters
- row
- colName
- img
- chk
See Also