'Declaration Public Property IsDescending As Boolean
'Usage Dim instance As TopRankedValuesConditionalFormattingRule Dim value As Boolean instance.IsDescending = value value = instance.IsDescending
public bool IsDescending {get; set;}
Property Value
true
if this instance is at the top; otherwise, false
.