Show / Hide Table of Contents

Class SummaryProperties

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

Properties

Author

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

Category

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

Comments

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

Company

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

HyperlinkBase

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

Keywords

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

Manager

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

Subject

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

Template

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

Title

Declaration
public string Title { get; set; }
Property Value
Type Description
System.String
Back to top Generated by DocFX