ProtectedRange.AddArea

ProtectedRange.AddArea method

Adds a referred area to this

public void AddArea(int startRow, int startColumn, int endRow, int endColumn)
ParameterTypeDescription
startRowInt32The start row.
startColumnInt32The start column.
endRowInt32The end row.
endColumnInt32The end column.

See Also