Search Results for

    Show / Hide Table of Contents

    Class SpreadsheetManager

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    SpreadsheetManager
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    System.MarshalByRefObject.CreateObjRef(System.Type)
    System.MarshalByRefObject.GetLifetimeService()
    System.MarshalByRefObject.InitializeLifetimeService()
    System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen
    Assembly: NXOpen.dll
    Syntax
    public class SpreadsheetManager : NXRemotableObject, IMessageSink

    Constructors

    SpreadsheetManager(Session)

    Declaration
    protected SpreadsheetManager(Session owner)
    Parameters
    Type Name Description
    Session owner

    Properties

    Tag

    Declaration
    public Tag Tag { get; }
    Property Value
    Type Description
    Tag

    Methods

    CreateCellData()

    Declaration
    public SpreadsheetCellData CreateCellData()
    Returns
    Type Description
    SpreadsheetCellData

    ExportFile(String)

    Declaration
    public string ExportFile(string partnum)
    Parameters
    Type Name Description
    System.String partnum
    Returns
    Type Description
    System.String

    HorizontalLookup(String, String, String, Int32, SpreadsheetManager.LookupMode)

    Declaration
    public SpreadsheetCellData HorizontalLookup(string file, string target, string range, int offset, SpreadsheetManager.LookupMode mode)
    Parameters
    Type Name Description
    System.String file
    System.String target
    System.String range
    System.Int32 offset
    SpreadsheetManager.LookupMode mode
    Returns
    Type Description
    SpreadsheetCellData

    Open(SpreadsheetManager.Sheettype, String)

    Declaration
    public Spreadsheet Open(SpreadsheetManager.Sheettype sheettype, string partfile)
    Parameters
    Type Name Description
    SpreadsheetManager.Sheettype sheettype
    System.String partfile
    Returns
    Type Description
    Spreadsheet

    OpenFile(String, SpreadsheetManager.OpenMode)

    Declaration
    public SpreadsheetExternal OpenFile(string sheet, SpreadsheetManager.OpenMode mode)
    Parameters
    Type Name Description
    System.String sheet
    SpreadsheetManager.OpenMode mode
    Returns
    Type Description
    SpreadsheetExternal

    ReadAny(String, String)

    Declaration
    public SpreadsheetCellData ReadAny(string filename, string cell)
    Parameters
    Type Name Description
    System.String filename
    System.String cell
    Returns
    Type Description
    SpreadsheetCellData

    ReadCell(String, String)

    Declaration
    public SpreadsheetCellData ReadCell(string filename, string cell)
    Parameters
    Type Name Description
    System.String filename
    System.String cell
    Returns
    Type Description
    SpreadsheetCellData

    VerticalLookup(String, String, String, Int32, SpreadsheetManager.LookupMode)

    Declaration
    public SpreadsheetCellData VerticalLookup(string file, string target, string range, int offset, SpreadsheetManager.LookupMode mode)
    Parameters
    Type Name Description
    System.String file
    System.String target
    System.String range
    System.Int32 offset
    SpreadsheetManager.LookupMode mode
    Returns
    Type Description
    SpreadsheetCellData

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In This Article
    Back to top Generated by DocFX