[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.EditorValueType

EditorValueType Enum

指定对于提供多值选择的特定单元格类型中选择的项写入数据模型的内容。

Namespace: GrapeCity.Documents.Excel
Assembly: GcDocs.Excel.dll
Syntax
public enum EditorValueType

Fields

Name Description
Index

将选定项的索引写入模型。

Text

将选定项的文本值写入模型。

Value

将选定项的相应数据值写入模型。