FarPoint.Win.Spread
QRCode Class
Members  See Also 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType.BarCode Namespace : QRCode Class


Represents the QR Code barcode type and any particular settings of this type.

Syntax

Visual Basic (Declaration) 
Public NotInheritable Class QRCode 
   Inherits BarCodeType
Visual Basic (Usage)Copy Code
Dim instance As QRCode
C# 
public sealed class QRCode : BarCodeType 

Inheritance Hierarchy

System.Object
   FarPoint.Win.Spread.CellType.BarCode.ValueBase
      FarPoint.Win.Spread.CellType.BarCode.BarCodeType
         FarPoint.Win.Spread.CellType.BarCode.QRCode

See Also