Set Cell Borders#

Sets the borders of cells in the selected range.

Document Link[Link] Link to the document currently being worked on. The variable name in this property must match the variable name in the "Document Link" property of the "Create Document" or "Open Document" blocks from the Excel group that were previously used to create or open this document.
Sheet[Number/Text] ID (serial number) or name of the sheet to which the Data Table needs to be copied. Numbering starts from 1.
Range[Text] Range of cells (e.g., "B4", "A1:C4").
Left EdgeIncludes the left edge.
Top EdgeIncludes the top edge.
Right EdgeIncludes the right edge.
Bottom EdgeIncludes the bottom edge.
Horizontal LinesIncludes internal horizontal lines.
Vertical LinesIncludes internal vertical lines.
Line StyleSelects the line style.
ThicknessThickness of the lines.
Color[Text] Color of the lines. The value is set in the format "#RRGGBB". For example: red color = "#FF0000".
Error Handling Level

Selects the error handling level. Possible values:

  • "Default" - default;
  • "Ignore" - errors are ignored;
  • "Handle" - errors are handled.

If "Default" is selected, the value from the "Start" block of this diagram will be used.

Message Level

Selects the message level that blocks will output during operation. Possible values:

  • "Default" - default;
  • "Release" - output is disabled;
  • "Debug" - outputs main information;
  • "Detailed" - outputs detailed information.

If "Default" is selected, the value from the "Start" block of this diagram will be used.

Error Text[Text] Returns detailed information about the error in case of incorrect execution of the block's work.