ComponentOne Excel for .NET
C1.Excel Assembly / C1.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 System.Integer
    public System.int Column {get; set;}
    See Also