Excel for WPF | ComponentOne
C1.WPF.Excel Namespace / XLShape Class / Column Property

In This Topic
    Column Property
    In This Topic
    Gets or sets the index of the column to which the shape is attached.
    Syntax
    'Declaration
     
    
    Public Property Column As Integer
    public int Column {get; set;}
    See Also