Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Ref8U Class
Properties Methods


Ref8U Class Members

The following tables list the members exposed by Ref8U.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the Ref8U class.  
Top
Public Properties
 NameDescription
Public PropertyA ColU that specifies the zero-based index of the first column in the range. The value MUST be less than or equal to colLast, and MUST be less than or equal to 0x00FF.  
Public PropertyA ColU that specifies the zero-based index of the last column in the range. The value MUST be greater than or equal to colFirst, and MUST be less than or equal to 0x00FF.  
Public PropertyA RwU that specifies the zero-based index of the first row in the range. The value MUST be less than or equal to rwLast.  
Public PropertyA RwU that specifies the zero-based index of the last row in the range. The value MUST be greater than or equal to rwFirst.  
Public PropertyGets the size of the structure in bytes.  
Public PropertyThe record type is a two-byte unsigned integer that specifies what type of information is specified by the record and how the structure of the record data specific to this record is ordered and structured.  
Top
Public Methods
 NameDescription
Public MethodReads the structure content from a binary stream.  
Public MethodWrites the structure content to a binary stream.  
Top
See Also