XlsWorksheetBase
ButtonShapes Property
|
Gets the collection of button 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 IButtonShapes ButtonShapes { get; }
Public ReadOnly Property ButtonShapes As IButtonShapes
Get
public:
property IButtonShapes^ ButtonShapes {
IButtonShapes^ get ();
}
member ButtonShapes : IButtonShapes with get
Property Value
Type:
IButtonShapes
See Also