C# Class AODL.Document.SpreadsheetDocuments.Tables.Style.OfficeValueTypes

OfficeValueTypes represent possible values for office values that are used within spreadsheet table cells
Show file Open project: monsterlabs/HumanRightsTracker

Public Properties

Property Type Description
Float string
String string

Public Methods

Method Description
OfficeValueTypes ( ) : System

Initializes a new instance of the OfficeValueTypes class.

Method Details

OfficeValueTypes() public method

Initializes a new instance of the OfficeValueTypes class.
public OfficeValueTypes ( ) : System
return System

Property Details

Float public static property

Type float (floating point number)
public static string Float
return string

String public static property

Type string (text)
public static string String
return string