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


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

    Property Value

    true indicates can write, otherwise return false.
    See Also