@mescius/spread-sheets 17.0.1 → 17.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -36214,7 +36214,7 @@ declare module GC{
|
|
36214
36214
|
range: GC.Spread.Sheets.Range;
|
36215
36215
|
filteredRows: number[];
|
36216
36216
|
filteredOutRows: number[];
|
36217
|
-
columns: number;
|
36217
|
+
columns: number[];
|
36218
36218
|
}
|
36219
36219
|
|
36220
36220
|
/**
|
@@ -36485,7 +36485,7 @@ declare module GC{
|
|
36485
36485
|
isRowFilteredOut(row: number): boolean;
|
36486
36486
|
/**
|
36487
36487
|
* Performs the action when some columns have just been filtered or unfiltered.
|
36488
|
-
* @param {GC.Spread.Sheets.Filter.IFilteredArgs} args An object that contains the <i>action</i>, <i>sheet</i>, <i>range</i>, <i>filteredRows</i>, and <i>
|
36488
|
+
* @param {GC.Spread.Sheets.Filter.IFilteredArgs} args An object that contains the <i>action</i>, <i>sheet</i>, <i>range</i>, <i>filteredRows</i>, <i>filteredOutRows</i>, and <i>columns</i>.
|
36489
36489
|
* @example
|
36490
36490
|
* ```
|
36491
36491
|
* sheet.setRowCount(3);
|