[Root] / Xceed.Workbooks.NET Assembly / Xceed.Workbooks.NET Namespace / LinearWorksheetElement Class / AutoFit Method
The minimum value of a Height or Width.
The maximum value of a Height or Width.
The Id of the Row or Column where the AutoFit process starts from.
The Id of the Row or Column where the AutoFit process ends.


In This Topic
    AutoFit Method (LinearWorksheetElement)
    In This Topic
    Base method declaration for auto-fitting the Height of a Row or the Width of a Column.
    Syntax
    'Declaration
     
    
    Public MustOverride Sub AutoFit( _
       ByVal minimum As Double, _
       ByVal maximum As Double, _
       ByVal startId As Integer, _
       ByVal endId As Integer _
    ) 
    'Usage
     
    
    Dim instance As LinearWorksheetElement
    Dim minimum As Double
    Dim maximum As Double
    Dim startId As Integer
    Dim endId As Integer
     
    instance.AutoFit(minimum, maximum, startId, endId)
    public abstract void AutoFit( 
       double minimum,
       double maximum,
       int startId,
       int endId
    )

    Parameters

    minimum
    The minimum value of a Height or Width.
    maximum
    The maximum value of a Height or Width.
    startId
    The Id of the Row or Column where the AutoFit process starts from.
    endId
    The Id of the Row or Column where the AutoFit process ends.
    Supported Frameworks

    .NET: net5.0, net5.0-windows, net6.0, net6.0-macos, net6.0-windows, net7.0, net7.0-macos, net7.0-windows, net8.0, net8.0-browser, net8.0-macos, net8.0-windows, net9.0, net9.0-browser, net9.0-macos, net9.0-windows, net10.0, net10.0-browser, net10.0-macos, net10.0-windows.

    .NET Framework: net40, net403, net45, net451, net452, net46, net461, net462, net463, net47, net471, net472, net48, net481.

    See Also