Search
WorkbookView.ResizeColumnsToFit Method
See Also
 






Resizes view columns to fit their contents.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public void ResizeColumnsToFit (
    int startIndex,
    int endIndex
)

Visual Basic  Copy Code

Public Sub ResizeColumnsToFit( _
    startIndex As Integer, _
    endIndex As Integer _
)

 Parameters

startIndex

The index of the first column to resize.

endIndex

The index of the last column to resize.

 See Also