Back to Devexpress

FormControlCollection.AddRadioButton Method

officefileapi-devexpress-dot-spreadsheet-dot-formcontrolcollection-dot-addradiobutton.md

latest978 B
Original Source

FormControlCollection.AddRadioButton Method

NameParametersDescription
AddRadioButton(Cell, Single, Single)topLeftCell, width, heightCreates a radio button form control so that the top left corner of the radio button is located at the specified cell.
AddRadioButton(CellRange)targetRangeCreates a radio button form control at the specified cell range.
AddRadioButton(Single, Single, Single, Single)x, y, width, heightCreates a radio button form control so that the top left corner of the radio button is located at the specified cell.