[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IDataMatrix.Ecc00140SymboleSize

Ecc00140SymboleSize Property

Ecc00140SymboleSize

Gets the size of the ECC000-140 symbol.

This value corresponds to the ECC000-140 symbol size specified for the DataMatrix barcode.

Declaration
string Ecc00140SymboleSize { get; }
ReadOnly Property Ecc00140SymboleSize As String
Examples
worksheet.Range["A1"].Value = "Test";
worksheet.Range["B1"].Formula = "=BC_DATAMATRIX(A1,\"rgb(0, 0, 0)\",\"rgb(255, 255, 255)\",\"ECC000\",\"squareAuto\",\"auto\",\"auto\",FALSE,0,0,4,4,4,4)";
IDataMatrix dataMatrix = (IDataMatrix) worksheet.Range["B1"].Value;
string symbolSize = dataMatrix.Ecc00140SymboleSize;