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


In This Topic
    IsEditable Method (AggregationDataModel)
    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 AggregationDataModel
    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