JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.table.data
Class JCSpreadLabel

java.lang.Object
  |
  +--com.klg.jclass.table.data.JCSpreadLabel

public class JCSpreadLabel
extends Object

JCSpreadLabel contains routines to create a spreadsheet label.


Constructor Summary
JCSpreadLabel()
           
 
Method Summary
static String create(int row, int column)
          Creates a row or column-style spreadsheet label.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JCSpreadLabel

public JCSpreadLabel()
Method Detail

create

public static String create(int row,
                            int column)
Creates a row or column-style spreadsheet label. Rows start at 1, and columns start at A. Set row to a negative number to convert column values, and vice versa.

Parameters:
row - the row number to convert
column - the column number to convert
Returns:
Spreadsheet-style row or column label

Copyright © 2004 Quest Software Inc..
All rights reserved.