Spread for ASP.NET 12 Product Documentation
IsEditable Method (DefaultSheetDataModel)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > DefaultSheetDataModel Class : IsEditable Method
Row index of the cell
Column index of the cell
Determines whether the value in the cell of the specified row and column can be edited.
Syntax
'Declaration
 
Public Overrides Function IsEditable( _
   ByVal row As Integer, _
   ByVal column As Integer _
) As Boolean
'Usage
 
Dim instance As DefaultSheetDataModel
Dim row As Integer
Dim column As Integer
Dim value As Boolean
 
value = instance.IsEditable(row, column)
public override bool IsEditable( 
   int row,
   int column
)

Parameters

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

Reference

DefaultSheetDataModel Class
DefaultSheetDataModel Members