GrapeCity.Xaml.Excel
Bottom Property (ExcelGeneralRule)


Indicates whether the "top/bottom n" rule is a "bottom n" rule. '1' indicates 'bottom'. This attribute is ignored if type is not equal to top10.
Syntax
'Declaration
 
Public Property Bottom As Nullable(Of Boolean)
'Usage
 
Dim instance As ExcelGeneralRule
Dim value As Nullable(Of Boolean)
 
instance.Bottom = value
 
value = instance.Bottom
public Nullable<bool> Bottom {get; set;}

Property Value

True if the "top/bottom n" rule is a "bottom n" rule.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

ExcelGeneralRule Class
ExcelGeneralRule Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options