Spread WPF 18
GrapeCity.Spreadsheet Namespace / BorderLine Structure
Members


In This Topic
    BorderLine Structure
    In This Topic
    Represent the line settings of border.
    Object Model
    BorderLine Structure
    Syntax
    'Declaration
     
    <DebuggerDisplayAttribute("{Style, nq}, {Color.ToString(), nq}")>
    Public Structure BorderLine 
       Inherits System.ValueType
    'Usage
     
    Dim instance As BorderLine
    [DebuggerDisplay("{Style, nq}, {Color.ToString(), nq}")]
    public struct BorderLine : System.ValueType 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          GrapeCity.Spreadsheet.BorderLine

    See Also