Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / PassStringBytes Method


In This Topic
    PassStringBytes Method (FpSpread)
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Public Function PassStringBytes( _
       ByVal stringID As String, _
       ByRef stringBytes() As Byte _
    ) As Integer
    'Usage
     
    
    Dim instance As FpSpread
    Dim stringID As String
    Dim stringBytes() As Byte
    Dim value As Integer
     
    value = instance.PassStringBytes(stringID, stringBytes)
    public int PassStringBytes( 
       string stringID,
       ref byte[] stringBytes
    )

    Parameters

    stringID
    stringBytes
    See Also