'Declaration Public Sub SetColumnWidth( _ ByVal column As Integer, _ ByVal value As Integer _ )
'Usage Dim instance As SheetView Dim column As Integer Dim value As Integer instance.SetColumnWidth(column, value)
public void SetColumnWidth( int column, int value )
SheetView Class SheetView Members