AsposeCellsCloud-CellsApi
view release on metacpan or search on metacpan
lib/AsposeCellsCloud/Object/ListBox.pm view on Meta::CPAN
return $data;
} else { # hash(model)
my $_instance = eval "AsposeCellsCloud::Object::$type->new()";
return $_instance->from_hash($data);
}
}
__PACKAGE__->class_documentation({description => 'Represents a list box object.',
class => 'ListBox',
required => [], # TODO
} );
__PACKAGE__->method_documentation({
'input_range' => {
datatype => 'string',
base_name => 'InputRange',
description => 'This property stores the input range for the class.',
format => '',
read_only => '',
},
'item_count' => {
datatype => 'int',
base_name => 'ItemCount',
description => 'Gets the number of items in the list box.',
format => '',
read_only => '',
},
'page_change' => {
datatype => 'int',
base_name => 'PageChange',
description => '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.',
format => '',
read_only => '',
},
'selected_cells' => {
datatype => 'ARRAY[LinkElement]',
base_name => 'SelectedCells',
description => 'Gets the selected cells. Returns null if the input range is not set or no item is selected',
format => '',
read_only => '',
},
'selected_index' => {
datatype => 'int',
base_name => 'SelectedIndex',
description => 'Gets or sets the index number of the currently selected item in a list box or combo box. Zero-based.',
format => '',
read_only => '',
},
'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 => '',
},
'mso_drawing_type' => {
datatype => 'string',
base_name => 'MsoDrawingType',
description => '',
format => '',
read_only => '',
},
'auto_shape_type' => {
datatype => 'string',
base_name => 'AutoShapeType',
description => '',
format => '',
read_only => '',
},
'placement' => {
datatype => 'string',
base_name => 'Placement',
description => '',
format => '',
read_only => '',
},
'upper_left_row' => {
datatype => 'int',
base_name => 'UpperLeftRow',
description => '',
format => '',
read_only => '',
},
'top' => {
datatype => 'int',
base_name => 'Top',
description => '',
format => '',
read_only => '',
},
'upper_left_column' => {
datatype => 'int',
base_name => 'UpperLeftColumn',
description => '',
format => '',
read_only => '',
},
'left' => {
datatype => 'int',
base_name => 'Left',
description => '',
format => '',
read_only => '',
},
'lower_right_row' => {
( run in 0.991 second using v1.01-cache-2.11-cpan-39bf76dae61 )