ImportObjectOptions
IsFieldNameShown Property
|
Gets or sets a value indicating whether the field name is shown.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool IsFieldNameShown { get; set; }
Public Property IsFieldNameShown As Boolean
Get
Set
public:
property bool IsFieldNameShown {
bool get ();
void set (bool value);
}
member IsFieldNameShown : bool with get, set
Property Value
Type:
Boolean
See Also