ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.6 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / GetDataDisplay Method / GetDataDisplay(Int32,Int32,Image,CheckEnum) Method

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

    Parameters

    row
    col
    img
    chk
    See Also