Namespace: Spire.Xls.Core.Spreadsheet.Shapes
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public bool IsFirstButton { get; }
Public ReadOnly Property IsFirstButton As Boolean
	Get
public:
virtual property bool IsFirstButton {
	bool get () sealed;
}
abstract IsFirstButton : bool with get
override IsFirstButton : bool with get

Property Value

Boolean

Implements

IRadioButton..::..IsFirstButton

See Also