SetCellRangeBorder Method

Summary

Sets the border style for a specified border of the cell range.

Syntax

TypeScript
JavaScript
Sheet.prototype.setCellRangeBorder = function( 
   range, 
   borderType, 
   border 
) 
setCellRangeBorder( 
   range: CellRange, 
   borderType: RangeBorderType, 
   border: CellBorder 
): void; 

Parameters

range

The CellRange to update.

borderType

The RangeBorderType enumeration value specifying the border of the cell range to modify.

border

The CellBorder class that defines the style of the border. This parameter allows for detailed customization of the border's appearance.

Requirements

Target Platforms

See Also

Sheet Class

Sheet Members

Leadtools.Document.SheetEditor Namespace

Help Version 23.0.2024.5.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.SheetEditor Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.