XlsWorksheetBase
TypedButtons Property
|
Returns inner buttons collection. Read-only.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public ButtonShapeCollection TypedButtons { get; }
Public ReadOnly Property TypedButtons As ButtonShapeCollection
Get
public:
property ButtonShapeCollection^ TypedButtons {
ButtonShapeCollection^ get ();
}
member TypedButtons : ButtonShapeCollection with get
Property Value
Type:
ButtonShapeCollection
See Also