Skip to content
Spreadsheet Engine

SheetEdgeBlockedReason

type SheetEdgeBlockedReason = "content" | "drawing";

What a SheetEdgeBlockedError refused an insert for pushing off the sheet edge:

  • content --- a non-empty cell would be pushed past the last row/column;
  • drawing --- a drawing (chart, image, shape) would be pushed past the last row/column.