is_blank_column方法

is_blank_column

检查给定列是否为空(不包含任何数据)。

退货

如果给定列不包含任何数据,则为 true

def is_blank_column(self, column_index):
    ...
范围类型描述
column_indexint列索引

也可以看看