Class RowStorage.CellMethod
  
  
  
  
    Inheritance
    System.Object
    RowStorage.CellMethod
   
  
  Assembly: Syncfusion.XlsIO.Portable.dll
  Syntax
  
    public sealed class CellMethod : MulticastDelegate
   
  Constructors
  
  
  
  
  CellMethod(Object, IntPtr)
  
  
  Declaration
  
    public CellMethod(object object, IntPtr method)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Object | 
        object | 
         | 
      
      
        | System.IntPtr | 
        method | 
         | 
      
    
  
  Methods
  
  
  
  
  BeginInvoke(TBIFFRecord, Int32, Object, AsyncCallback, Object)
  
  
  Declaration
  
    public virtual IAsyncResult BeginInvoke(TBIFFRecord recordType, int offset, object data, AsyncCallback callback, object object)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | TBIFFRecord | 
        recordType | 
         | 
      
      
        | System.Int32 | 
        offset | 
         | 
      
      
        | System.Object | 
        data | 
         | 
      
      
        | System.AsyncCallback | 
        callback | 
         | 
      
      
        | System.Object | 
        object | 
         | 
      
    
  
  Returns
  
  
  
  
  EndInvoke(IAsyncResult)
  
  
  Declaration
  
    public virtual void EndInvoke(IAsyncResult result)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.IAsyncResult | 
        result | 
         | 
      
    
  
  
  
  
  Invoke(TBIFFRecord, Int32, Object)
  
  
  Declaration
  
    public virtual void Invoke(TBIFFRecord recordType, int offset, object data)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | TBIFFRecord | 
        recordType | 
         | 
      
      
        | System.Int32 | 
        offset | 
         | 
      
      
        | System.Object | 
        data | 
         |