public System.bool IsTabStop {get; set;}
public read-write property IsTabStop: System.Boolean;
public function get,set IsTabStop : System.boolean
public: __property System.bool get_IsTabStop(); public: __property void set_IsTabStop( System.bool value );
'Declaration
Public Property IsTabStop As System.Boolean
'Usage
Dim instance As WorkbookView Dim value As System.Boolean instance.IsTabStop = value value = instance.IsTabStop