add method

add

Adds an input cell.

Returns

def add(self, row, column, value):
    ...
ParameterTypeDescription
rowintThe row index of input cell.
columnintThe column index of input cell.
valuestrThe value of input cell.

See Also