GridControl.AdjustColumnIndexesInSelectedCells Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected:
virtual Microsoft::ReportingServices::QueryDesigners::BlockOfCellsCollection ^ AdjustColumnIndexesInSelectedCells(Microsoft::ReportingServices::QueryDesigners::BlockOfCellsCollection ^ originalCol, bool bFromUIToStorage);
protected virtual Microsoft.ReportingServices.QueryDesigners.BlockOfCellsCollection AdjustColumnIndexesInSelectedCells (Microsoft.ReportingServices.QueryDesigners.BlockOfCellsCollection originalCol, bool bFromUIToStorage);
abstract member AdjustColumnIndexesInSelectedCells : Microsoft.ReportingServices.QueryDesigners.BlockOfCellsCollection * bool -> Microsoft.ReportingServices.QueryDesigners.BlockOfCellsCollection
override this.AdjustColumnIndexesInSelectedCells : Microsoft.ReportingServices.QueryDesigners.BlockOfCellsCollection * bool -> Microsoft.ReportingServices.QueryDesigners.BlockOfCellsCollection
Protected Overridable Function AdjustColumnIndexesInSelectedCells (originalCol As BlockOfCellsCollection, bFromUIToStorage As Boolean) As BlockOfCellsCollection
Parameters
- originalCol
- BlockOfCellsCollection
- bFromUIToStorage
- Boolean