Xceed Grid for WinForms v4.3 Documentation
Xceed.Editors.v2.6 Assembly / Xceed.Editors Namespace / Margins Structure / Addition Operator
The first Margins structure to add.
The second Margins structure to add.


In This Topic
    Addition Operator (Margins)
    In This Topic
    Adds the specified Margins structures.
    Syntax
    'Declaration
     
    Public Operator +( _
       ByVal margins1 As Margins, _
       ByVal margins2 As Margins _
    ) As Margins
    'Usage
     
    
    public Margins operator +( 
       Margins margins1,
       Margins margins2
    )

    Parameters

    margins1
    The first Margins structure to add.
    margins2
    The second Margins structure to add.

    Return Value

    A Margins whose value is the sum of margins1 and margins2.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also