ComponentOne Olap for WinForms
C1.Win.Olap.4 Assembly / C1.Win.Olap Namespace / C1OlapGrid Class / StartEditing Method / StartEditing(Int32,Int32,Char) Method

In This Topic
    StartEditing(Int32,Int32,Char) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overridable Function StartEditing( _
       ByVal row As System.Integer, _
       ByVal col As System.Integer, _
       ByVal key As System.Char _
    ) As System.Boolean
    public virtual System.bool StartEditing( 
       System.int row,
       System.int col,
       System.char key
    )

    Parameters

    row
    col
    key
    See Also