Accusoft.FSInvoices1.Net - Updated
DocumentPageIndex Property (FormTableCell)




Accusoft.FSInvoices Namespace > FormTableCell Class : DocumentPageIndex Property
Gets the zero-based index of the DocumentPage that contains this cell.
Syntax
'Declaration
 
<DataMemberAttribute()>
Public ReadOnly Property DocumentPageIndex As Integer
'Usage
 
Dim instance As FormTableCell
Dim value As Integer
 
value = instance.DocumentPageIndex
[DataMember()]
public int DocumentPageIndex {get;}
[DataMember()]
public: __property int get_DocumentPageIndex();
[DataMember()]
public:
property int DocumentPageIndex {
   int get();
}
Remarks

Default: -1.

See Also

Reference

FormTableCell Class
FormTableCell Members