Spread WPF Documentation
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 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.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

ExcelGeneralRule Class
ExcelGeneralRule Members

 

 


Copyright © GrapeCity, inc. All rights reserved.