Show / Hide Table of Contents

Class ChartsheetView

Inheritance
System.Object
ChartsheetView
Namespace: DRIT.Spreadsheet
Assembly: DRIT.Spreadsheet.dll
Syntax
public class ChartsheetView : object

Constructors

ChartsheetView(Sheet)

Declaration
public ChartsheetView(Sheet sheet)
Parameters
Type Name Description
Sheet sheet

Properties

TabSelected

Flag indicating whether this sheet is selected. When only 1 sheet is selected and active, this value should be in synch with the activeTab value. In case of a conflict, the Start Part setting wins and sets the active sheet tab.

Declaration
public bool TabSelected { get; set; }
Property Value
Type Description
System.Boolean

ZoomScale

Window zoom magnification for current view representing percent values. This attribute is restricted to values ranging from 10 to 400.

Declaration
public int ZoomScale { get; set; }
Property Value
Type Description
System.Int32

ZoomToFit

Declaration
public bool ZoomToFit { get; set; }
Property Value
Type Description
System.Boolean
Back to top Generated by DocFX