'Declaration Public Sub SetColumnsWidth( _
ByVal columnIndexThe column index.As System.Int32, _
ByVal columnCountThe column count.As System.Int32, _
ByVal widthThe width, measured in DIP.As Double _
)
public void SetColumnsWidth(
System.Int32 columnIndex,
System.Int32 columnCount,
double width
)
public: void SetColumnsWidth(
System.Int32 columnIndex,
System.Int32 columnCount,
double width
)
public:
void SetColumnsWidth(
System.Int32 columnIndex,
System.Int32 columnCount,
double width
)
Parameters
- columnIndex
- The column index.
- columnCount
- The column count.
- width
- The width, measured in DIP.