Method IsValid
IsValid(string?)
Returns whether a name is one Excel accepts.
public static bool IsValid(string? name)
Parameters
namestringThe candidate name.
Returns whether a name is one Excel accepts.
public static bool IsValid(string? name)
name stringThe candidate name.