Class WorkbookFunctionsHlookupParameterSet

java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsHlookupParameterSet

public class WorkbookFunctionsHlookupParameterSet extends Object
The class for the Workbook Functions Hlookup Parameter Set.
  • Field Details

    • lookupValue

      @SerializedName(value="lookupValue", alternate="LookupValue") @Expose @Nullable public com.google.gson.JsonElement lookupValue
      The lookup Value.
    • tableArray

      @SerializedName(value="tableArray", alternate="TableArray") @Expose @Nullable public com.google.gson.JsonElement tableArray
      The table Array.
    • rowIndexNum

      @SerializedName(value="rowIndexNum", alternate="RowIndexNum") @Expose @Nullable public com.google.gson.JsonElement rowIndexNum
      The row Index Num.
    • rangeLookup

      @SerializedName(value="rangeLookup", alternate="RangeLookup") @Expose @Nullable public com.google.gson.JsonElement rangeLookup
      The range Lookup.
  • Constructor Details

    • WorkbookFunctionsHlookupParameterSet

      public WorkbookFunctionsHlookupParameterSet()
      Instiaciates a new WorkbookFunctionsHlookupParameterSet
    • WorkbookFunctionsHlookupParameterSet

      protected WorkbookFunctionsHlookupParameterSet(@Nonnull WorkbookFunctionsHlookupParameterSet.WorkbookFunctionsHlookupParameterSetBuilder builder)
      Instiaciates a new WorkbookFunctionsHlookupParameterSet
      Parameters:
      builder - builder bearing the parameters to initialize from
  • Method Details