AsposeCellsCloud-CellsApi
view release on metacpan or search on metacpan
docs/model/CheckBox.md view on Meta::CPAN
## Load the model package
```perl
use AsposeCellsCloud::Object::CheckBox;
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**CheckedValue** | **string** | Gets or set checkbox' value. |
**Shadow** | **boolean** | Indicates whether the combobox has 3-D shading. |
**Value** | **boolean** | Indicates if the checkbox is checked or not. |
**Name** | **string** | |
**MsoDrawingType** | **string** | |
**AutoShapeType** | **string** | |
**Placement** | **string** | |
**UpperLeftRow** | **int** | |
**Top** | **int** | |
**UpperLeftColumn** | **int** | |
**Left** | **int** | |
**LowerRightRow** | **int** | |
docs/model/ComboBox.md view on Meta::CPAN
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**DropDownLines** | **int** | Gets or sets the number of list lines displayed in the drop-down portion of a combo box. |
**InputRange** | **string** | Property Summary: Contains a public string property named "InputRange" with both get and set accessors. |
**SelectedCell** | **LinkElement** | Gets the selected cell in the input range of the combo box. |
**SelectedIndex** | **int** | Gets or sets the index number of the currently selected item in a list box or combo box. Zero-based. |
**SelectedValue** | **string** | Gets the selected value of the combox box. |
**Shadow** | **boolean** | Indicates whether the combobox has 3-D shading. |
**Name** | **string** | |
**MsoDrawingType** | **string** | |
**AutoShapeType** | **string** | |
**Placement** | **string** | |
**UpperLeftRow** | **int** | |
**Top** | **int** | |
**UpperLeftColumn** | **int** | |
**Left** | **int** | |
**LowerRightRow** | **int** | |
**Bottom** | **int** | |
docs/model/ListBox.md view on Meta::CPAN
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**InputRange** | **string** | This property stores the input range for the class. |
**ItemCount** | **int** | Gets the number of items in the list box. |
**PageChange** | **int** | Specifies the amount by which the control's value is changed when the user clicks on the scrollbar's page up or page down region. |
**SelectedCells** | **ARRAY[LinkElement]** | Gets the selected cells. Returns null if the input range is not set or no item is selected |
**SelectedIndex** | **int** | Gets or sets the index number of the currently selected item in a list box or combo box. Zero-based. |
**SelectionType** | **string** | Gets or sets the selection mode of the specified list box. |
**Shadow** | **boolean** | Indicates whether the combobox has 3-D shading. |
**Name** | **string** | |
**MsoDrawingType** | **string** | |
**AutoShapeType** | **string** | |
**Placement** | **string** | |
**UpperLeftRow** | **int** | |
**Top** | **int** | |
**UpperLeftColumn** | **int** | |
**Left** | **int** | |
**LowerRightRow** | **int** | |
**Bottom** | **int** | |
docs/model/RadioButton.md view on Meta::CPAN
## Load the model package
```perl
use AsposeCellsCloud::Object::RadioButton;
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**GroupBox** | **GroupBox** | Gets the GroupBox that contains this RadioButton. |
**IsChecked** | **boolean** | Indicates if the radiobutton is checked or not. |
**Shadow** | **boolean** | Indicates whether the combobox has 3-D shading. |
**Name** | **string** | |
**MsoDrawingType** | **string** | |
**AutoShapeType** | **string** | |
**Placement** | **string** | |
**UpperLeftRow** | **int** | |
**Top** | **int** | |
**UpperLeftColumn** | **int** | |
**Left** | **int** | |
**LowerRightRow** | **int** | |
**Bottom** | **int** | |
lib/AsposeCellsCloud/Object/CheckBox.pm view on Meta::CPAN
'checked_value' => {
datatype => 'string',
base_name => 'CheckedValue',
description => 'Gets or set checkbox` value.',
format => '',
read_only => '',
},
'shadow' => {
datatype => 'boolean',
base_name => 'Shadow',
description => 'Indicates whether the combobox has 3-D shading.',
format => '',
read_only => '',
},
'value' => {
datatype => 'boolean',
base_name => 'Value',
description => 'Indicates if the checkbox is checked or not.',
format => '',
read_only => '',
},
lib/AsposeCellsCloud/Object/ComboBox.pm view on Meta::CPAN
'selected_value' => {
datatype => 'string',
base_name => 'SelectedValue',
description => 'Gets the selected value of the combox box.',
format => '',
read_only => '',
},
'shadow' => {
datatype => 'boolean',
base_name => 'Shadow',
description => 'Indicates whether the combobox has 3-D shading.',
format => '',
read_only => '',
},
'name' => {
datatype => 'string',
base_name => 'Name',
description => '',
format => '',
read_only => '',
},
lib/AsposeCellsCloud/Object/ListBox.pm view on Meta::CPAN
'selection_type' => {
datatype => 'string',
base_name => 'SelectionType',
description => 'Gets or sets the selection mode of the specified list box.',
format => '',
read_only => '',
},
'shadow' => {
datatype => 'boolean',
base_name => 'Shadow',
description => 'Indicates whether the combobox has 3-D shading.',
format => '',
read_only => '',
},
'name' => {
datatype => 'string',
base_name => 'Name',
description => '',
format => '',
read_only => '',
},
lib/AsposeCellsCloud/Object/RadioButton.pm view on Meta::CPAN
'is_checked' => {
datatype => 'boolean',
base_name => 'IsChecked',
description => 'Indicates if the radiobutton is checked or not.',
format => '',
read_only => '',
},
'shadow' => {
datatype => 'boolean',
base_name => 'Shadow',
description => 'Indicates whether the combobox has 3-D shading.',
format => '',
read_only => '',
},
'name' => {
datatype => 'string',
base_name => 'Name',
description => '',
format => '',
read_only => '',
},
( run in 2.515 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )