loleaflet: Document .uno:Name and .uno:Remove.
This commit is contained in:
parent
424a5aee42
commit
baf936d1b8
1 changed files with 26 additions and 0 deletions
|
@ -8659,6 +8659,32 @@ var unoCommands = [
|
|||
description: 'Insert row before the current cursor position.',
|
||||
},
|
||||
|
||||
{
|
||||
uno: '.uno:Name',
|
||||
parameter: {
|
||||
'Name': {
|
||||
'type': 'string',
|
||||
'value': 'Sheet Name'
|
||||
},
|
||||
'Index': {
|
||||
'type': 'long',
|
||||
'value': 1
|
||||
}
|
||||
},
|
||||
description: 'Rename the given sheet in the spreadsheet. The "Index" parameter means the position of the sheet - "1" means the 1st sheet, etc.'
|
||||
},
|
||||
|
||||
{
|
||||
uno: '.uno:Remove',
|
||||
parameter: {
|
||||
'Index': {
|
||||
'type': 'long',
|
||||
'value': 5
|
||||
}
|
||||
},
|
||||
description: 'Remove the given sheet from the spreadsheet. The "Index" parameter means the position - "1" means the 1st sheet, etc.'
|
||||
},
|
||||
|
||||
{
|
||||
header: 'Appearance options',
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue