Spread Silverlight Documentation
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 System.Boolean
'Usage
 
Dim instance As ExcelOperator
Dim value As System.Boolean
 
value = instance.CanWrite
public System.bool CanWrite {get;}

Property Value

true indicates can write, otherwise return false.
See Also

Reference

ExcelOperator Class
ExcelOperator Members