GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ISheet Interface / OptionButtons Property


In This Topic
OptionButtons Property (ISheet)
In This Topic
Gets the list of option button controls of this IWorksheet.
Syntax
'Declaration
 
ReadOnly Property OptionButtons As IOptionButtons
 
'Usage
 
Dim instance As ISheet
Dim value As IOptionButtons
 
value = instance.OptionButtons
See Also