WebWorksheet.AutoFitColumn

AutoFitColumn(int)

Autofits the column width.

public void AutoFitColumn(int columnIndex)
ParameterTypeDescription
columnIndexInt32Column index.

Remarks

AutoFitColumn is an imprecise function.

See Also


AutoFitColumn(int, int, int)

Autofits the column width. This method autofits a column based on content in a range of cells within the column from startRow to endRow. AutoFitColumn is an imprecise function.

public void AutoFitColumn(int columnIndex, int startRow, int endRow)
ParameterTypeDescription
columnIndexInt32column index, zero based
startRowInt32start row index, zero based
endRowInt32end row index, zero based

See Also