Spread WPF 17
GrapeCity.Excel Namespace / ExcelOperator Class / CanRead Property


In This Topic
    CanRead Property
    In This Topic
    Gets the value indicates whether can read or not.
    Syntax
    'Declaration
     
    Public ReadOnly Property CanRead As Boolean
    'Usage
     
    Dim instance As ExcelOperator
    Dim value As Boolean
     
    value = instance.CanRead
    public bool CanRead {get;}

    Property Value

    true indicates can read, otherwise return false.
    See Also