Cells.IsBlankColumn

Cells.IsBlankColumn method

Checks whether given column is blank(does not contain any data).

public bool IsBlankColumn(int columnIndex)
ParameterTypeDescription
columnIndexInt32the column index

Return Value

true if given column does not contain any data

See Also