'Declaration Public Function GetColumnsWidth( _
ByVal columnIndexThe index of first cell.As System.Int32, _
ByVal columnCountThe column count.As System.Int32 _
) As Double
public double GetColumnsWidth(
System.Int32 columnIndex,
System.Int32 columnCount
)
public: double GetColumnsWidth(
System.Int32 columnIndex,
System.Int32 columnCount
)
public:
double GetColumnsWidth(
System.Int32 columnIndex,
System.Int32 columnCount
)
Parameters
- columnIndex
- The index of first cell.
- columnCount
- The column count.
Return Value
The sum of cell widths.