get_cell_border_width method

get_cell_border_width(self, border_type)

Specifies cell border width according to border type.

Returns

cell border width


def get_cell_border_width(self, border_type):
    ...
ParameterTypeDescription
border_typeaspose.cells.CellBorderTypecell border type

Remarks

Any negative value will be ignored.

See Also