'Declaration Public Sub SetColumnsWidth( _
ByVal columnIndexThe index of first column to index.As System.Int32, _
ByVal columnCountThe count of columns to index.As System.Int32, _
ByVal widthThe width, measured as defined in ECMA-376-1:2016.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 index of first column to index.
- columnCount
- The count of columns to index.
- width
- The width, measured as defined in ECMA-376-1:2016.