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


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