SpreadsheetGear 2017
WorkbookView Property (RowHeader)






SpreadsheetGear.Windows.Controls Namespace > RowHeader Class : WorkbookView Property
Gets the workbook view associated with the row header.
Syntax
'Declaration
 
Public ReadOnly Property WorkbookView As WorkbookView
'Usage
 
Dim instance As RowHeader
Dim value As WorkbookView
 
value = instance.WorkbookView
public WorkbookView WorkbookView {get;}
public read-only property WorkbookView: WorkbookView; 
public function get WorkbookView : WorkbookView
public: __property WorkbookView* get_WorkbookView();
public:
property WorkbookView^ WorkbookView {
   WorkbookView^ get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RowHeader Class
RowHeader Members