This repository was archived by the owner on Aug 31, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +33
-5
lines changed Expand file tree Collapse file tree 2 files changed +33
-5
lines changed Original file line number Diff line number Diff line change @@ -1908,8 +1908,6 @@ the data will be added to the end of the existing data.
19081908
19091909Name: DeleteIndex
19101910
1911- Synonyms: DeleteIndexes
1912-
19131911Type: command
19141912
19151913Associations: datagrid, datagrid commands
@@ -1920,13 +1918,27 @@ Summary: Deletes the specified indexes from the data grid.
19201918
19211919Description:
19221920
1921+ Deletes the specified indexes from the data grid. pIndex is an
1922+ integer.
1923+
1924+
1925+ Name: DeleteIndexes
1926+
1927+ Type: command
1928+
1929+ Associations: datagrid, datagrid commands
1930+
1931+ Syntax: dispatch "DeleteIndexes" to group "DataGrid" with pIndexes
1932+
1933+ Summary: Deletes the specified indexes from the data grid.
1934+
1935+ Description:
1936+
19231937Deletes the specified indexes from the data grid. pIndexes is a comma
19241938delimited list of integers.
19251939
19261940
1927- Name: DeleteLine
1928-
1929- Synonyms: DeleteLines
1941+ Name: DeleteLine
19301942
19311943Type: command
19321944
@@ -1936,6 +1948,21 @@ Syntax: dispatch "DeleteLine" to group "DataGrid" with pLine
19361948
19371949Summary: Deletes the specified lines from the data grid.
19381950
1951+ Description:
1952+ Deletes the specified line from the data grid. pLine is an
1953+ integer.
1954+
1955+
1956+ Name: DeleteLines
1957+
1958+ Type: command
1959+
1960+ Associations: datagrid, datagrid commands
1961+
1962+ Syntax: dispatch "DeleteLine" to group "DataGrid" with pLines
1963+
1964+ Summary: Deletes the specified lines from the data grid.
1965+
19391966Description:
19401967Deletes the specified lines from the data grid. pLines is a comma
19411968delimited list of integers.
Original file line number Diff line number Diff line change 1+ # Split non-synonymous DataGrid commands deleteIndex and deleteIndexes as well as deleteLine and deleteLines in the documentation.
You can’t perform that action at this time.
0 commit comments