MarkerType.RowOffset Property
Row Offset.Represents the element tag in schema: xdr:rowOff
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property RowOffset As RowOffset
Get
Set
'Usage
Dim instance As MarkerType
Dim value As RowOffset
value = instance.RowOffset
instance.RowOffset = value
public RowOffset RowOffset { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Drawing.Spreadsheet.RowOffset