'宣言
Public Function AutoSizeColumn( _
ByVal col As System.Integer, _
ByVal extra As System.Double, _
ByVal allCells As System.Boolean _
) As System.Double
public System.double AutoSizeColumn(
System.int col,
System.double extra,
System.bool allCells
)