XlsWorksheetBase
SpinnerShapes Property
|
Gets the spinner shapes in the worksheet.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public ISpinnerShapes SpinnerShapes { get; }
Public ReadOnly Property SpinnerShapes As ISpinnerShapes
Get
public:
property ISpinnerShapes^ SpinnerShapes {
ISpinnerShapes^ get ();
}
member SpinnerShapes : ISpinnerShapes with get
Property Value
Type:
ISpinnerShapes
See Also