Uses of Class
com.f1j.ss.datarange.DataRangeDef.ELocationType

Packages that use DataRangeDef.ELocationType
com.f1j.ss.datarange   
 

Uses of DataRangeDef.ELocationType in com.f1j.ss.datarange
 

Fields in com.f1j.ss.datarange declared as DataRangeDef.ELocationType
static DataRangeDef.ELocationType
          Used to indicate the DataRange should be located on a new worksheet.
static DataRangeDef.ELocationType
          Used to indicate the DataRange should be located on an existing worksheet.
 

Methods in com.f1j.ss.datarange that return DataRangeDef.ELocationType
 DataRangeDef.ELocationType
          Returns whether the defined DataRange should be placed on a new worksheet or an existing worksheet.
 

Methods in com.f1j.ss.datarange with parameters of type DataRangeDef.ELocationType
 void
          Sets whether the DataRange should be placed on a new worksheet or an existing worksheet.