Excel for WPF | ComponentOne
C1.WPF.Excel Namespace / XLCellRange Class / ColumnTo Property

In This Topic
    ColumnTo Property (XLCellRange)
    In This Topic
    Gets or sets the index of the last column in the range.
    Syntax
    'Declaration
     
    
    Public Property ColumnTo As Integer
    public int ColumnTo {get; set;}
    See Also