SpreadsheetGear 2017
WorkbookView Property (ColumnHeader)






SpreadsheetGear.Windows.Controls Namespace > ColumnHeader Class : WorkbookView Property
Gets the workbook view associated with the column header.
Syntax
'Declaration
 
Public ReadOnly Property WorkbookView As WorkbookView
'Usage
 
Dim instance As ColumnHeader
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

ColumnHeader Class
ColumnHeader Members