ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridCellsRangeCollection Class / Clear Method

In This Topic
    Clear Method (DataGridCellsRangeCollection)
    In This Topic
    Removes all ranges from the ICollection.
    Syntax
    'Declaration
     
    
    Public Sub Clear() 
    public void Clear()
    Exceptions
    ExceptionDescription
    The ICollection is read-only.
    See Also