GrapeCity.Xaml.Excel
CanWrite Property


GrapeCity.Excel Namespace > ExcelOperator Class : CanWrite Property
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

Reference

ExcelOperator Class
ExcelOperator Members