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


In This Topic
    BestFitColumnRule Constructor()
    In This Topic
    Creates a new rule that determines how best to print the columns.
    Syntax
    'Declaration
     
    
    Public Function New()
    'Usage
     
    
    Dim instance As New BestFitColumnRule()
    public BestFitColumnRule()
    Example
    This example shows the use of this property when creating a PrintInfo object and setting up the rules for optimum printing.
    See Also