Click or drag to resize

IRadioButtons Interface

Defines a contract for a group of radio buttons, allowing for the selection of a single option from a set of mutually exclusive options.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public interface IRadioButtons

The IRadioButtons type exposes the following members.

Properties
Methods
Name Description
Public method Add
Adds a option button width default dimension
Public method Add(Int32, Int32)
Adds a option button with default size.
Public method Add(Int32, Int32, Int32, Int32)
Adds new item to the collection.
Top
See Also