Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / BaseSheetDataModel Class / IsEditable Method
Row index
Column index


In This Topic
    IsEditable Method (BaseSheetDataModel)
    In This Topic
    Determines whether the contents of a cell at a specified row and column are editable.
    Syntax
    'Declaration
     
    
    Public Overridable Function IsEditable( _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) As Boolean
    'Usage
     
    
    Dim instance As BaseSheetDataModel
    Dim row As Integer
    Dim column As Integer
    Dim value As Boolean
     
    value = instance.IsEditable(row, column)
    public virtual bool IsEditable( 
       int row,
       int column
    )

    Parameters

    row
    Row index
    column
    Column index
    See Also