Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / CellFormat Class / Borders Property

In This Topic
    Borders Property (CellFormat)
    In This Topic
    Gets the collection of borders of a cell.
    Syntax
    'Declaration
     
    Public ReadOnly Property Borders As CellBorderCollection
    public CellBorderCollection Borders {get;}
    See Also