Package com.microstrategy.web.objects.rw
Class EnumRWExportExcelHeaderLocation
- java.lang.Object
-
- com.microstrategy.web.objects.rw.EnumRWExportExcelHeaderLocation
-
public class EnumRWExportExcelHeaderLocation extends java.lang.Object
Possible values for Excel header location
-
-
Field Summary
Fields Modifier and Type Field Description static int
RW_EXPORT_EXCEL_HEADER_LOCATION_AFTER
After standard headersstatic int
RW_EXPORT_EXCEL_HEADER_LOCATION_BEFORE
Before standard headersstatic int
RW_EXPORT_EXCEL_HEADER_LOCATION_REPLACE
Replace standard headers
-
-
-
Field Detail
-
RW_EXPORT_EXCEL_HEADER_LOCATION_BEFORE
public static final int RW_EXPORT_EXCEL_HEADER_LOCATION_BEFORE
Before standard headers- See Also:
- Constant Field Values
-
RW_EXPORT_EXCEL_HEADER_LOCATION_AFTER
public static final int RW_EXPORT_EXCEL_HEADER_LOCATION_AFTER
After standard headers- See Also:
- Constant Field Values
-
RW_EXPORT_EXCEL_HEADER_LOCATION_REPLACE
public static final int RW_EXPORT_EXCEL_HEADER_LOCATION_REPLACE
Replace standard headers- See Also:
- Constant Field Values
-
-