Show / Hide Table of Contents

Class HeaderFooter

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

Properties

CenterSection

Declaration
public string CenterSection { get; set; }
Property Value
Type Description
System.String

LeftSection

Declaration
public string LeftSection { get; set; }
Property Value
Type Description
System.String

RightSection

Declaration
public string RightSection { get; set; }
Property Value
Type Description
System.String

Methods

GetText()

Declaration
public string GetText()
Returns
Type Description
System.String

Parse(String)

Declaration
public void Parse(string text)
Parameters
Type Name Description
System.String text
Back to top Generated by DocFX