Share via


SurveyQuestion.RowSource property

Namespace:  DocumentFormat.OpenXml.Office15.Excel
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "rowSource")> _
Public Property RowSource As StringValue
    Get
    Set
'Usage
Dim instance As SurveyQuestion
Dim value As StringValue

value = instance.RowSource

instance.RowSource = value
[SchemaAttrAttribute(, "rowSource")]
public StringValue RowSource { get; set; }

Property value

Type: DocumentFormat.OpenXml.StringValue

See also

Reference

SurveyQuestion class

SurveyQuestion members

DocumentFormat.OpenXml.Office15.Excel namespace