Uses of Class
com.ihr.xbrl.tools.excel.Region

Packages that use Region
com.ihr.xbrl.mapper.source Provides implementations of drivers to obtain data from multiple sources in order to create an XBRL Instance Some of the drivers collects data from a web form or from an excel file. 
 

Uses of Region in com.ihr.xbrl.mapper.source
 

Methods in com.ihr.xbrl.mapper.source with parameters of type Region
 void ExcelDataSource.deleteRegion(Region region)
          Removes all mappings to a cell inside the Region region
 void ExcelDataSource.moveRegion(Region region, SheetPoint destination)
          Moves all SheetPoints in the Region region to be mapped according to the new SheetPoint indicated in destination.