Table of Contents

Method IsValid

Namespace
DocWright.Formats.Xlsx
Assembly
DocWright.Formats.Xlsx.dll

IsValid(string?)

Returns whether a name is one Excel accepts.

public static bool IsValid(string? name)

Parameters

name string

The candidate name.

Returns

bool

true when the name is legal.