'DeclarationPublic ReadOnly Property CellRanges As List(Of CellRange)
'UsageDim instance As ConditionalFormattingModelEventArgs Dim value As List(Of CellRange) value = instance.CellRanges
public List<CellRange> CellRanges {get;}
'DeclarationPublic ReadOnly Property CellRanges As List(Of CellRange)
'UsageDim instance As ConditionalFormattingModelEventArgs Dim value As List(Of CellRange) value = instance.CellRanges
public List<CellRange> CellRanges {get;}