Spread WPF 17
GrapeCity.Excel Namespace / TwoCellAnchor Class / ToColumn Property


In This Topic
    ToColumn Property (TwoCellAnchor)
    In This Topic
    Gets or sets to column.
    Syntax
    'Declaration
     
    Public Property ToColumn As Integer
    'Usage
     
    Dim instance As TwoCellAnchor
    Dim value As Integer
     
    instance.ToColumn = value
     
    value = instance.ToColumn
    public int ToColumn {get; set;}

    Property Value

    To column.
    See Also