PdfFormRadioButtonsGroupItem(Int32) Property
Gets the radio button at the given index in the radio buttons group
Namespace: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
public PdfFormRadioButton this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As PdfFormRadioButton
Get
public:
property PdfFormRadioButton^ default[int index] {
PdfFormRadioButton^ get (int index);
}
member Item : PdfFormRadioButton with get
- index Int32
- The radio button index
PdfFormRadioButtonThe the radio button at the given index in the radio buttons group