Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public void AutoFitColumn(
	int columnIndex,
	int firstRow,
	int lastRow
)
Public Sub AutoFitColumn ( 
	columnIndex As Integer,
	firstRow As Integer,
	lastRow As Integer
)
public:
void AutoFitColumn(
	int columnIndex, 
	int firstRow, 
	int lastRow
)
member AutoFitColumn : 
        columnIndex : int * 
        firstRow : int * 
        lastRow : int -> unit 

Parameters

columnIndex
Int32
firstRow
Int32
lastRow
Int32

See Also