Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / Inset Class / Inset Constructor / Inset Constructor()
Example


In This Topic
    Inset Constructor()
    In This Topic
    Creates an empty set of margins (Inset object).
    Syntax
    'Declaration
     
    
    Public Function New()
    'Usage
     
    
    Dim instance As New Inset()
    public Inset()
    Remarks
    This method initializes an instance of the Inset class.
    Example
    This example creates a new instance of an inset.
    See Also