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