Show / Hide Table of Contents

Class Dialogsheet

Inheritance
System.Object
Sheet
Dialogsheet
Inherited Members
Sheet.Visibility
Sheet.Name
Sheet.Workbook
Sheet.View
Sheet.Properties
Sheet.Protection
Namespace: DRIT.Spreadsheet
Assembly: DRIT.Spreadsheet.dll
Syntax
public class Dialogsheet : Sheet

Properties

FormatProperties

Declaration
public SheetFormatProperties FormatProperties { get; }
Property Value
Type Description
SheetFormatProperties

FormControls

Declaration
public FormControlCollection FormControls { get; }
Property Value
Type Description
FormControlCollection

PageSetup

Get the page setup of the worksheet

Declaration
public PageSetup PageSetup { get; }
Property Value
Type Description
PageSetup

SheetViews

Declaration
public List<SheetView> SheetViews { get; }
Property Value
Type Description
List<SheetView>
Back to top Generated by DocFX