__PACKAGE__->class_documentation({description=> 'Describe the Top10 conditional formatting rule. This conditional formatting rule highlights cells whose values fall in the top N or bottom N bracket, as specified.',
class=> 'Top10',
required=> [], # TODO
} );
__PACKAGE__->method_documentation({
'is_bottom'=> {
datatype=> 'boolean',
base_name=> 'IsBottom',
description=> 'Get or set whether a "top/bottom n" rule is a "bottom n" rule. Default value is false. ',
format=> '',
read_only=> '',
},
'is_percent'=> {
datatype=> 'boolean',
base_name=> 'IsPercent',
description=> 'Get or set whether a "top/bottom n" rule is a "top/bottom n percent" rule. Default value is false. ',
format=> '',
read_only=> '',
},
'rank'=> {
datatype=> 'int',
base_name=> 'Rank',
description=> '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. ',