Searched refs:sectionIndex (Results 1 – 4 of 4) sorted by relevance
574 int32_t sectionIndex = listItem_.front()->GetSectionIndex(); in UpdateSectionIndex() local579 item->SetSectionIndex(sectionIndex); in UpdateSectionIndex()581 sectionIndex = sectionIndex + static_cast<int32_t>(item->GetKeyCount()) + 1; in UpdateSectionIndex()583 --sectionIndex; in UpdateSectionIndex()
115 update(sectionIndex: number, section: SectionOptions): boolean127 …sectionIndex | number | 是 | 从0开始计算的索引,会转换为整数,表示要修改的分组的位置。<br/>**说明:** <br/>1. 如果索引是负数,则从末尾开始计算,…
115 update(sectionIndex: number, section: SectionOptions): boolean127 …sectionIndex | number | Yes | Zero-based index of the water flow item section to update. The val…
2721 update(sectionIndex, section) { argument2726 this.sectionArray.splice(sectionIndex, 1, section);2728 let intStart = this.toArrayIndex(sectionIndex, oldLength);