Gets or sets type of field.
Read/write
FieldType
.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public FieldType Type { get; set; }
Public Property Type As FieldType
Get
Set
public:
property FieldType^ Type {
FieldType^ get ();
void set (FieldType^ value);
}
member Type : FieldType with get, set
Property Value
Type:
FieldType
See Also