Click or drag to resize

XlsRadioButtonShape IsFirstButton Property

Gets a value indicating whether the radio button is the first button in the group.

Namespace: Spire.Xls.Core.Spreadsheet.Shapes
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool IsFirstButton { get; }

Return Value

Type: Boolean
True if the radio button is the first button in the group; otherwise, false.

Implements

IRadioButton IsFirstButton
See Also