'Declaration Public Overloads Function CalculateAutoFitWidth( _ ByVal startRowIndex As Integer, _ ByVal endRowIndex As Integer _ ) As Integer
public int CalculateAutoFitWidth( int startRowIndex, int endRowIndex )
Exception | Description |
---|---|
System.InvalidOperationException | The column is not associated with a Worksheet such as when the column has been deleted or the Worksheet is not associated with a Workbook such as when the Worksheet has been deleted. |
System.ArgumentOutOfRangeException | The startRowIndex must be greater than or equal to 0, less than or equal to the endRowIndex and less than or equal to the Count of the Rows in the Worksheet. Similarly the endRowIndex must be greater than or equal to the startRowIndex and less than the WorksheetRowCollection.MaxCount of the Worksheet's Rows collection which depends upon the CurrentFormat |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2