Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / CodeName Class
Members


In This Topic
    CodeName Class
    In This Topic
    This record specifies the name of a workbook object, a sheet object in the VBA project located in this file. If this record is in the Globals Substream, the name is for the workbook object. If this record is in a Chart Sheet Substream, the name is for the chart sheet object representing the sheet. If this record is in a Macro Sheet Substream, the name is for the macro sheet object representing the sheet. If this record is in a Dialog Sheet Substream, the name is for the the dialog sheet object representing the sheet. If this record is in a Worksheet Substream, the name is for the worksheet object representing the sheet.
    Syntax
    'Declaration
     
    
    Public Class CodeName 
       Implements IBiff8Structure 
    'Usage
     
    
    Dim instance As CodeName
    public class CodeName : IBiff8Structure  
    Inheritance Hierarchy

    System.Object
       FarPoint.Excel.CodeName

    See Also