Babelfish Help Documentation
C#
For Babelfish Release 1.11.1.3
Show/Hide TOC
Result
List
Intermediate
Formatted
Get
Column
Footer
Value Method
Returns the text value of the footer cell, specified by the columnIndex. Returns the same value as .GetColumnFooterCell( columnIndex ).Text
Definition
Namespace:
Scopos.BabelFish.DataActors.ResultListFormatter
Assembly:
BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
Copy
public
string
GetColumnFooterValue
(
int
columnIndex
)
Parameters
columnIndex
Int32
Return Value
String
Exceptions
InitializeAsyncNotCompletedException
See Also
Reference
ResultListIntermediateFormatted Class
Scopos.BabelFish.DataActors.ResultListFormatter Namespace
In This Article
Definition
Parameters
Return Value
Exceptions
See Also