Initializes a new instance of the class from the another instance.
Namespace:
Greatis.PrintSuite.ProvidersAssembly: Greatis.PrintSuite.Providers.Grids (in Greatis.PrintSuite.Providers.Grids.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New ( _ borders As CellBorders _ ) |
C# |
---|
public CellBorders( CellBorders borders ) |
Visual C++ |
---|
public: CellBorders( CellBorders^ borders ) |
JavaScript |
---|
Greatis.PrintSuite.Providers.CellBorders = function(borders); |
Parameters
- borders
- Type: Greatis.PrintSuite.Providers..::.CellBorders
Another instance of the class.