Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / CellBorderInfo Class / Right Field


In This Topic
    Right Field (CellBorderInfo)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Right As CellBorderData
    'Usage
     
    
    Dim instance As CellBorderInfo
    Dim value As CellBorderData
     
    value = instance.Right
     
    instance.Right = value
    public CellBorderData Right
    See Also