Share via


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

'宣言
Public Property CellValue As CellValue
    Get
    Set
'使用
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

See Also

Reference

CellType Class

CellType Members

DocumentFormat.OpenXml.Spreadsheet Namespace