RSheet.SetRangeBorder


public function SetRangeBorder

Prototype:

public function SetRangeBorder(number row, number column, number rowi, number columni, number mask=CELL_FULL_BORDER, number width=2, number line_style=LINE_SOLID)

Parameters

row
(number) // TO DO
column
(number) // TO DO
rowi
(number) // TO DO
columni
(number) // TO DO
mask
(number) has a default value of CELL_FULL_BORDER
width
(number) has a default value of 2
line_style
(number) has a default value of LINE_SOLID

Description:

TODO: Document this

Return value:

// TO DO