FileDocCategorySizeDatePackage
DeletedArea3DPtg.javaAPI DocApache Poi 3.0.11555Mon Jan 01 12:39:40 GMT 2007org.apache.poi.hssf.record.formula

DeletedArea3DPtg

public class DeletedArea3DPtg extends Area3DPtg
Title: Deleted Area 3D Ptg - 3D referecnce (Sheet + Area)

Description: Defined a area in Extern Sheet.

REFERENCE:

author
Patrick Luby
version
1.0-pre

Fields Summary
public static final byte
sid
Constructors Summary
public DeletedArea3DPtg(String arearef, short externIdx)
Creates new DeletedArea3DPtg


        
          
    
        super(arearef, externIdx);
    
public DeletedArea3DPtg(RecordInputStream in)

        super(in);
    
Methods Summary