IPivotTableOptions
ShowGridDropZone Property
|
Specifies a boolean value that indicates whether the in-grid drop zones should be displayed at runtime, and whether classic layout is applied.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
bool ShowGridDropZone { get; set; }
Property ShowGridDropZone As Boolean
Get
Set
property bool ShowGridDropZone {
bool get ();
void set (bool value);
}
abstract ShowGridDropZone : bool with get, set
Property Value
Type:
Boolean
See Also