Enum Class的使用
com.grapecity.documents.excel.ReferenceStyle
-
com.grapecity.documents.excel中ReferenceStyle的使用
修饰符和类型方法说明IWorkbook.getReferenceStyle()
Gets the reference style.Workbook.getReferenceStyle()
Gets the reference style.static ReferenceStyle
Returns the enum constant of this class with the specified name.static ReferenceStyle[]
ReferenceStyle.values()
Returns an array containing the constants of this enum class, in the order they are declared.修饰符和类型方法说明IRange.getAddress
(boolean rowAbsolute, boolean columnAbsolute, ReferenceStyle referenceStyle) Returns a String value that represents the range reference.IRange.getAddress
(boolean rowAbsolute, boolean columnAbsolute, ReferenceStyle referenceStyle, IRange relativeTo) Returns a String value that represents the range reference.void
IWorkbook.setReferenceStyle
(ReferenceStyle value) Sets the reference style.void
Workbook.setReferenceStyle
(ReferenceStyle value) Sets the reference style.