HardTotals.FindByIndex(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the name of the totals file associated with the given index.
public abstract string FindByIndex (int index);
abstract member FindByIndex : int -> string
Public MustOverride Function FindByIndex (index As Integer) As String
Parameters
- index
- Int32
The index of the totals file to be found.