Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / Size Class / Size Constructor
The width of the size.
The height of the size.
In This Topic
    Size Constructor
    In This Topic
    Constructs a new instance of the Size class with the specified width and height.
    Syntax
    public Size( 
       double width,
       double height
    )

    Parameters

    width
    The width of the size.
    height
    The height of the size.
    See Also