XlsSlicer
PositionLocked Property
|
Gets or sets whether the specified slicer can be moved or resized by using the user interface.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool PositionLocked { get; set; }
Public Property PositionLocked As Boolean
Get
Set
public:
property bool PositionLocked {
bool get ();
void set (bool value);
}
member PositionLocked : bool with get, set
Property Value
Type:
Boolean
See Also