Spread WinForms 15
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)

Parameters

stringID
stringBytes
See Also