AddRadioButton
ShapeCollection.AddRadioButton method
Çalışma sayfasına bir Radyo Düğmesi ekler.
public RadioButton AddRadioButton(int upperLeftRow, int top, int upperLeftColumn, int left,
int height, int width)
| Parametre | Tip | Tanım |
|---|---|---|
| upperLeftRow | Int32 | Sol üst satır dizini. |
| top | Int32 | RadioButton öğesinin sol satırından piksel birimi cinsinden dikey uzaklığını temsil eder. |
| upperLeftColumn | Int32 | Sol üst sütun dizini. |
| left | Int32 | RadioButton öğesinin sol sütunundan piksel birimi cinsinden yatay uzaklığını temsil eder. |
| height | Int32 | Piksel biriminde RadioButton’un yüksekliğini temsil eder. |
| width | Int32 | Piksel biriminde RadioButton genişliğini temsil eder. |
Geri dönüş değeri
Bir RadioButton nesnesi.
Örnekler
[C#]
// bir radyo düğmesi ekle
RadioButton radioButton = shapes.AddRadioButton(1, 0, 1, 0, 100, 50);
Ayrıca bakınız
- class RadioButton
- class ShapeCollection
- ad alanı Aspose.Cells.Drawing
- toplantı Aspose.Cells