Class WorksheetPageSetupConstants
This class gives access to xml tag/attribute names used for tab sheet. pagesetup serialization/parsing.
Inheritance
System.Object
    WorksheetPageSetupConstants
  Implements
Namespace: Syncfusion.XlsIO.Implementation.XmlSerialization.Constants
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public class WorksheetPageSetupConstants : Object, IPageSetupConstantsProviderConstructors
WorksheetPageSetupConstants()
Declaration
public WorksheetPageSetupConstants()Properties
BottomMargin
Gets name of the xml attribute used to store bottom margin. Read-only.
Declaration
public string BottomMargin { get; }Property Value
| Type | 
|---|
| System.String | 
FooterMargin
Gets name of the xml attribute used to store footer margin. Read-only.
Declaration
public string FooterMargin { get; }Property Value
| Type | 
|---|
| System.String | 
HeaderMargin
Gets name of the xml attribute used to store header margin. Read-only.
Declaration
public string HeaderMargin { get; }Property Value
| Type | 
|---|
| System.String | 
LeftMargin
Gets name of the xml attribute used to store left margin. Read-only.
Declaration
public string LeftMargin { get; }Property Value
| Type | 
|---|
| System.String | 
Namespace
Gets tag's namespace. Read-only.
Declaration
public string Namespace { get; }Property Value
| Type | 
|---|
| System.String | 
PageMarginsTag
Gets name of the xml tag that stores margin settings. Read-only.
Declaration
public string PageMarginsTag { get; }Property Value
| Type | 
|---|
| System.String | 
RightMargin
Gets name of the xml attribute used to store right margin. Read-only.
Declaration
public string RightMargin { get; }Property Value
| Type | 
|---|
| System.String | 
TopMargin
Gets name of the xml attribute used to store top margin. Read-only.
Declaration
public string TopMargin { get; }Property Value
| Type | 
|---|
| System.String |