Show / Hide Table of Contents

Class StatisticsProperties

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

Properties

Created

Declaration
public DateTime? Created { get; set; }
Property Value
Type Description
System.Nullable<DateTime>

LastModifiedBy

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

LastPrinted

Declaration
public DateTime? LastPrinted { get; set; }
Property Value
Type Description
System.Nullable<DateTime>

LastSaved

Declaration
public DateTime? LastSaved { get; set; }
Property Value
Type Description
System.Nullable<DateTime>

Modified

Declaration
public DateTime? Modified { get; set; }
Property Value
Type Description
System.Nullable<DateTime>

Revision

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