<
OLAP for WPF and Silverlight | ComponentOne
C1.Silverlight.Olap Namespace / C1OlapGrid Class / StartEditing Method / StartEditing(Boolean,Int32,Int32) Method

In This Topic
    StartEditing(Boolean,Int32,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function StartEditing( _
       ByVal fullEdit As Boolean, _
       ByVal row As Integer, _
       ByVal col As Integer _
    ) As Boolean
    public bool StartEditing( 
       bool fullEdit,
       int row,
       int col
    )

    Parameters

    fullEdit
    row
    col
    See Also