Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / GroupDataModel Class / IsEditable Method
Row index of the cell
Column index of the cell


In This Topic
    IsEditable Method (GroupDataModel)
    In This Topic
    Determines whether the cell in the group is editable.
    Syntax
    'Declaration
     
    
    Public Overrides Function IsEditable( _
       ByVal row As Integer, _
       ByVal col As Integer _
    ) As Boolean
    'Usage
     
    
    Dim instance As GroupDataModel
    Dim row As Integer
    Dim col As Integer
    Dim value As Boolean
     
    value = instance.IsEditable(row, col)
    public override bool IsEditable( 
       int row,
       int col
    )

    Parameters

    row
    Row index of the cell
    col
    Column index of the cell
    See Also