OdsoRecipientData
Column Property
|
Specifies the column within the data source that contains unique data for the current record.
The default value is 0.
Namespace:
Spire.Doc
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public int Column { get; set; }
Public Property Column As Integer
Get
Set
public:
property int Column {
int get ();
void set (int value);
}
member Column : int with get, set
Property Value
Type:
Int32
See Also