Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelPictShape Class / RightColumn Property


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

    Property Value

    The right column.
    See Also