Search Results for

    Show / Hide Table of Contents

    Class SpreadsheetFileImportOptions

    Inheritance
    System.Object
    FileImportOptions
    SpreadsheetFileImportOptions
    Namespace: Crowdin.Api.SourceFiles
    Assembly: Crowdin.Api.dll
    Syntax
    public class SpreadsheetFileImportOptions : FileImportOptions

    Properties

    | Improve this Doc View Source

    FirstLineContainsHeader

    Declaration
    public bool? FirstLineContainsHeader { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | Improve this Doc View Source

    ImportTranslations

    Declaration
    public bool? ImportTranslations { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | Improve this Doc View Source

    Scheme

    Declaration
    public IDictionary<string, int>? Scheme { get; set; }
    Property Value
    Type Description
    System.Nullable<IDictionary<System.String, System.Int32>>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX