ComponentOne Excel for .NET
C1.Excel Assembly / C1.Excel Namespace / XLCellRange Class / ColumnTo Property

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