C# 클래스 AODL.Document.SpreadsheetDocuments.Tables.Style.OfficeValueTypes

OfficeValueTypes represent possible values for office values that are used within spreadsheet table cells
파일 보기 프로젝트 열기: monsterlabs/HumanRightsTracker

공개 프로퍼티들

프로퍼티 타입 설명
Float string
String string

공개 메소드들

메소드 설명
OfficeValueTypes ( ) : System

Initializes a new instance of the OfficeValueTypes class.

메소드 상세

OfficeValueTypes() 공개 메소드

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

프로퍼티 상세

Float 공개적으로 정적으로 프로퍼티

Type float (floating point number)
public static string Float
리턴 string

String 공개적으로 정적으로 프로퍼티

Type string (text)
public static string String
리턴 string