Gets or sets top border of the cell.
Namespace:
Greatis.PrintSuite.Providers
Assembly:
Greatis.PrintSuite.Providers.Grids (in Greatis.PrintSuite.Providers.Grids.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Property Top As Boolean |
| C# |
|---|
public bool Top { get; set; } |
| Visual C++ |
|---|
public:
property bool Top {
bool get ();
void set (bool value);
} |
| JavaScript |
|---|
function get_top();
function set_top(value); |
See Also