AsposeCellsCloud::Object::Top10

Load the model package

use AsposeCellsCloud::Object::Top10;

Properties

Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- is_bottom | boolean | Get or set the flag indicating whether a "top/bottom n" rule is a "bottom n" rule. '1' indicates 'bottom'. Default value is false. | [optional] is_percent | boolean | Get or set the flag indicating whether a "top/bottom n" rule is a "top/bottom n percent" rule. Default value is false. | [optional] rank | int | Get or set the value of "n" in a "top/bottom n" conditional formatting rule. If IsPercent is true, the value must between 0 and 100. Otherwise it must between 0 and 1000. Default value is 10. | [optional]

[Back to Model list] [Back to API list] [Back to README]