MindFusion.Wpf Pack Programmer's Guide
WorkbookView.ResizeColumnsToFit Method
See Also
 





Resizes the columns in the specified range of the active worksheet to fit their content.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public void ResizeColumnsToFit (
    int start,
    int end
)

Visual Basic  Copy Code

Public Sub ResizeColumnsToFit( _
    start As Integer, _
    end As Integer _
)

 Parameters

start

The zero-based index of the first column in the range.

end

The zero-based index of the last column in the range.

 See Also

WorkbookView Members
WorkbookView Class
MindFusion.Spreadsheet.Wpf Namespace