'Declaration
Public Property Bottom As Boolean
'Usage
Dim instance As ClassicCfRule Dim value As Boolean instance.Bottom = value value = instance.Bottom
public bool Bottom {get; set;}
Property Value
true
if conditional formatting is applied to cells whose value is in the bottom end of the range; otherwise, false
.