Class WorkbookFunctionsVlookupParameterSet

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

public class WorkbookFunctionsVlookupParameterSet extends Object
The class for the Workbook Functions Vlookup 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.
    • colIndexNum

      @SerializedName(value="colIndexNum", alternate="ColIndexNum") @Expose @Nullable public com.google.gson.JsonElement colIndexNum
      The col Index Num.
    • rangeLookup

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

    • WorkbookFunctionsVlookupParameterSet

      public WorkbookFunctionsVlookupParameterSet()
      Instiaciates a new WorkbookFunctionsVlookupParameterSet
    • WorkbookFunctionsVlookupParameterSet

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