Inheritance
System.Object
HeaderFooter
Assembly: DRIT.Spreadsheet.dll
public class HeaderFooter : object
Properties
Declaration
public string CenterSection { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string LeftSection { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string RightSection { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
Declaration
Returns
Type |
Description |
System.String |
|
Declaration
public void Parse(string text)
Parameters
Type |
Name |
Description |
System.String |
text |
|