TableBorder Constructors
Contains table border settings.Name | Parameters | Description |
---|---|---|
TableBorder() | none | Initializes a new instance of the TableBorder class. |
TableBorder(BorderLineStyle, Color, Int32) | style, color, width | Initializes a new instance of the TableBorder class with specified settings. |
See Also