CellType.CellValue Property
Cell Value.Represents the element tag in schema: x:v
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property CellValue As CellValue
Get
Set
'Usage
Dim instance As CellType
Dim value As CellValue
value = instance.CellValue
instance.CellValue = value
public CellValue CellValue { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Spreadsheet.CellValue