Spread Windows Forms 12.0 Product Documentation
IsEditable Method (AggregationDataModel)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > AggregationDataModel Class : IsEditable Method
Row index of the cell
Column index of the cell
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

Reference

AggregationDataModel Class
AggregationDataModel Members