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

In This Topic
    ToString Method (DataGridCellsRangeCollection)
    In This Topic
    Returns a System.String that represents a set of cell ranges.
    Syntax
    'Declaration
     
    
    Public Overrides Function ToString() As String
    public override string ToString()

    Return Value

    System.String that represents a set of cell ranges
    See Also