com.mindoo.remote.api.symphony
Interface IRemoteNumberFormat


public interface IRemoteNumberFormat

This class represents the number format of a range.

Creation and access

To get the number format of a range, use the NumberFormat property in the Range class.


Method Summary
 java.lang.String getFormatCode()
          This property returns or sets the format code.
 short getType()
          This property returns the type of the number format.
 void setFormatCode(java.lang.String formatcode)
          This property returns or sets the format code.
 

Method Detail

getFormatCode

java.lang.String getFormatCode()
                               throws RemoteEclipseAPIException
This property returns or sets the format code.

Returns:
formatcode
Throws:
RemoteEclipseAPIException

setFormatCode

void setFormatCode(java.lang.String formatcode)
                   throws RemoteEclipseAPIException
This property returns or sets the format code.

Parameters:
formatcode -
Throws:
RemoteEclipseAPIException

getType

short getType()
              throws RemoteEclipseAPIException
This property returns the type of the number format.

Legal values:

Returns:
type
Throws:
RemoteEclipseAPIException