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