Spread Silverlight Documentation
Bottom Property (ExcelGeneralRule)


GrapeCity.Excel Namespace > ExcelGeneralRule Class : Bottom Property
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 System.Nullable(Of Boolean)
'Usage
 
Dim instance As ExcelGeneralRule
Dim value As System.Nullable(Of Boolean)
 
instance.Bottom = value
 
value = instance.Bottom
public System.Nullable<bool> Bottom {get; set;}

Property Value

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

Reference

ExcelGeneralRule Class
ExcelGeneralRule Members