'Declaration Public Function GetColumnWidth( _
ByVal columnIndexThe column index.As System.Int32 _
) As System.Nullable(Of Double)
public System.Nullable<double> GetColumnWidth(
System.Int32 columnIndex
)
public: System.Nullable<double> GetColumnWidth(
System.Int32 columnIndex
)
public:
System.Nullable<double> GetColumnWidth(
System.Int32 columnIndex
)
Parameters
- columnIndex
- The column index.
Return Value
The width, measured as defined in ECMA-376-1:2016.